body { font-family: 'Microsoft YaHei'; color: #333; margin: 0; font-size: 14px; line-height: 1.6; -webkit-text-size-adjust: none; }

.header { position: fixed; z-index: 999; top: 0; width: 100%; height: 120px; -webkit-transition: all .4s; transition: all .4s; }
.header .header-top { height: 40px; padding: 0 3%; color: #666; }
.header .header-top a { color: #666; display: block; padding: 0 20px; margin: 10px 0; line-height: 20px; height: 20px; float: right; position: relative; }
.header .header-top a:before { position: absolute; left: 0; width: 1px; height: 15px; top: 2px; background: #666; content: ''; }
.header .header-top a:last-child:before { content: none; }
.header .header-top a:hover { color: #00856a; }
.header .header-top .header-search { float: right; width: 220px; height: 32px; border: 1px solid #666; box-sizing: border-box; margin-top: 4px; margin-left: 40px; }
.header .header-top .header-search .search-form { height: 30px; line-height: 30px; background: none; color: #666; }
.header .header-top .header-search .search-form input { width: 180px; height: 100%; float: left; padding: 0 15px; background: none; border: none; font-size: 14px; box-sizing: border-box; outline: none; }
.header .header-top .header-search .search-form input::-webkit-input-placeholder { color: #999; }
.header .header-top .header-search .search-form button { width: 30px; height: 100%; text-align: center; float: right; border: none; background: none; -webkit-appearance: none; outline: none; }
.header .header-bot { height: 80px; padding: 0 3%; }
.header .header-bot .logo { height: 42px; float: left; margin-top: 19px; }
.header .header-bot .logo img { height: 100%; }
.header .header-bot .nav { height: 80px; line-height: 80px; float: right; }
.header .header-bot .nav .nav-list1 > li { margin-left: 70px; float: left; position: relative; }
.header .header-bot .nav .nav-list1 > li > a { display: block; font-size: 18px; }
.header .header-bot .nav .nav-list1 > li:hover a, .header .header-bot .nav .nav-list1 > li.active a { color: #00856a; }
.header .header-bot .nav .nav-list1 > li ul { background: #fff; background-clip: padding-box; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15); }
.header .header-bot .nav .nav-list1 > li .nav-list2 { position: absolute; left: 50%; margin-left: -75px; min-width: 150px; top: 100%; display: none; z-index: 99; padding: 15px 0; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li { text-align: left; padding: 0 0 0 15px; margin: 0; height: 30px; line-height: 30px; font-weight: normal; box-sizing: border-box; position: relative; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li > a { display: block; font-size: 14px; color: #666; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li:hover a { text-decoration: underline; color: #00856a; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li .nav-list3 { position: absolute; left: 100%; top: 0; min-width: 120px; border-left: 1px solid transparent; display: none; padding: 10px 0; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li { text-align: left; padding: 0 0 0 10px; height: 30px; line-height: 30px; font-weight: normal; box-sizing: border-box; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li > a { display: block; font-size: 14px; color: #666; text-decoration: none; }
.header .header-bot .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li:hover a { text-decoration: underline; color: #00856a; }
.header .header-bot .language { margin-left: 70px; height: 80px; line-height: 80px; float: right; position: relative; }
.header .header-bot .language .item { cursor: pointer; font-size: 16px; color: #333; }
.header .header-bot .language .item .icon1 { font-size: 18px; margin-right: 8px; }
.header .header-bot .language .item .icon2 { font-size: 12px; margin-left: 8px; }
.header .header-bot .language .choosebox { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 15px 0; background: #fff; background-clip: padding-box; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15); }
.header .header-bot .language .choosebox li { text-align: center; line-height: 30px; height: 30px; }
.header .header-bot .language .choosebox li a { display: block; font-size: 14px; color: #666; }
.header .header-bot .language .choosebox li a:hover { text-decoration: underline; color: #00856a; }
.header.fixed-header { top: -40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background: #fff; }

nav:not(.mm-menu) { display: none; }

.header-wrap { position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 60px; padding: 0 10px; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); display: none; }
.header-wrap .logo { height: 28px; margin-top: 16px; float: left; }
.header-wrap .logo img { height: 100%; }
.header-wrap .icon { float: right; margin-left: 5%; height: 60px; line-height: 60px; cursor: pointer; position: relative; }
.header-wrap .icon .iconfont { font-size: 18px; }
.header-wrap .icon .choosebox-wrap { position: absolute; left: 50%; width: 80px; margin-left: -40px; top: 100%; display: none; padding: 15px 0; background: #fff; background-clip: padding-box; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15); }
.header-wrap .icon .choosebox-wrap li { text-align: center; line-height: 30px; height: 30px; }
.header-wrap .icon .choosebox-wrap li a { display: block; font-size: 14px; color: #666; }
.header-wrap .icon .choosebox-wrap li a:hover { text-decoration: underline; color: #00856a; }
.header-wrap .icon .search-wrap { position: absolute; top: 100%; right: -40px; width: 220px; height: 50px; padding: 9px; box-sizing: border-box; display: none; background: #fff; background-clip: padding-box; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15); }
.header-wrap .icon .search-wrap .search-wrap-box { width: 100%; height: 30px; line-height: 30px; background: none; color: #666; border: 1px solid #666; border-radius: 30px; }
.header-wrap .icon .search-wrap .search-wrap-box input { width: 170px; height: 100%; float: left; padding: 0 15px; background: none; border: none; font-size: 14px; box-sizing: border-box; outline: none; }
.header-wrap .icon .search-wrap .search-wrap-box input::-webkit-input-placeholder { color: #999; }
.header-wrap .icon .search-wrap .search-wrap-box button { width: 30px; height: 100%; text-align: center; float: right; border: none; background: none; -webkit-appearance: none; outline: none; }

@media (min-width: 1200px) and (max-width: 1439px) { .header .header-bot .logo { height: 36px; margin-top: 22px; }
  .header .header-bot .nav .nav-list1 > li { margin-left: 50px; }
  .header .header-bot .nav .nav-list1 > li > a { font-size: 16px; }
  .header .header-bot .language { margin-left: 50px; } }
@media (min-width: 992px) and (max-width: 1199px) { .header .header-bot .logo { height: 36px; margin-top: 22px; }
  .header .header-bot .nav .nav-list1 > li { margin-left: 35px; }
  .header .header-bot .nav .nav-list1 > li > a { font-size: 15px; }
  .header .header-bot .language { margin-left: 40px; } }
@media (max-width: 991px) { body { padding-top: 60px; }
  .header { display: none; }
  .header-wrap { display: block; } }
.banner { position: relative; z-index: 1; width: 100%; }
.banner .slickbanner { margin: 0 !important; }
.banner img { width: 100%; }
.banner .item { position: relative; font-size: 0; }
.banner .slick-dots { position: absolute; bottom: 30px; left: 50%; display: block; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.banner .slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 8px; cursor: pointer; -webkit-transition: all .35s; transition: all .35s; border-radius: 50%; background-color: #9a9a93; }
.banner .slick-dots li button { display: none; }
.banner .slick-dots .slick-active { width: 20px; border-radius: 4px; background-color: #f18101; }
.banner .slick-arrow { font-size: 22px; text-align: center; position: absolute; z-index: 8; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; line-height: 50px; color: #fff; border: none; cursor: pointer; outline: none; background: rgba(0, 0, 0, 0.3); transition: all .4s ease; }
.banner .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.banner .slick-arrow:hover { background-color: #f18101; }
.banner .slick-prev { left: 2%; }
.banner .slick-prev:before { content: '\e625'; }
.banner .slick-next { right: 2%; }
.banner .slick-next:before { content: '\e626'; }

@media (max-width: 991px) { .banner .slick-dots { bottom: 10px; }
  .banner .slick-arrow { display: none !important; } }
.index-head { padding-top: 45px; position: relative; font-size: 32px; }
.index-head:before { position: absolute; top: 0; left: 0; width: 90px; height: 3px; background: #00856a; content: ''; }
.index-head .index-head-en { font-weight: bold; font-size: 34px; }

@media (max-width: 1199px) { .index-head { padding-top: 25px; font-size: 26px; }
  .index-head:before { width: 70px; height: 2px; }
  .index-head .index-head-en { font-size: 28px; } }
@media (max-width: 991px) { .index-head { padding-top: 25px; font-size: 24px; }
  .index-head:before { width: 70px; height: 2px; }
  .index-head .index-head-en { font-size: 26px; } }
@media (max-width: 767px) { .index-head { padding-top: 15px; font-size: 20px; }
  .index-head:before { width: 70px; height: 2px; }
  .index-head .index-head-en { font-size: 22px; } }
.index-innovative { overflow: hidden; }
.index-innovative a { display: block; }
.index-innovative .index-innovative-l { width: 50%; float: left; }
.index-innovative .index-innovative-l .index-innovative-l-box { width: 100%; padding-top: 133.34%; height: auto; position: relative; box-sizing: border-box; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-head { position: absolute; left: 0; top: 0; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-bot { position: absolute; left: 0; right: 30px; bottom: -30px; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img { width: 100%; padding-top: 112.5%; height: auto; overflow: hidden; position: relative; border-radius: 5px; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img:hover img { transform: scale(1.3); }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-ch { font-size: 26px; color: #fff; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-en { font-size: 18px; color: #fff; margin-top: 8px; }
.index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-box { position: absolute; left: 40px; bottom: 40px; }
.index-innovative .index-innovative-r { width: 50%; float: right; }
.index-innovative .index-innovative-r .index-innovative-r-box { width: 100%; padding-top: 133.34%; height: auto; position: relative; }
.index-innovative .index-innovative-r .index-innovative-r-box .index-innovative-r-top { width: 100%; height: 50%; position: absolute; left: 0; top: 0; }
.index-innovative .index-innovative-r .index-innovative-r-box .index-innovative-r-bot { width: 100%; height: 50%; position: absolute; left: 0; bottom: -30px; }
.index-innovative .index-innovative-img { overflow: hidden; border-radius: 5px; }
.index-innovative .index-innovative-img img { width: 100%; height: 100%; transition: all 2s; -webkit-transition: all 2s; }
.index-innovative .index-innovative-img:hover img { transform: scale(1.3); }
.index-innovative .index-innovative-img .tit-ch { font-size: 26px; color: #fff; }
.index-innovative .index-innovative-img .tit-en { font-size: 18px; color: #fff; margin-top: 8px; }
.index-innovative .index-innovative-img .tit-box { position: absolute; left: 40px; bottom: 40px; }
.index-innovative .index-innovative-img .sub-box { position: absolute; left: 40px; right: 40px; top: 40px; bottom: 40px; color: #fff; }
.index-innovative .index-innovative-img .sub-box .sub-txt { font-size: 14px; line-height: 2; text-indent: 2em; margin-top: 5%; }
.index-innovative .index-innovative-img .sub-box .sub-more { display: block; width: 69px; height: 9px; margin-top: 6%; background: url(/static/index/images/sub-more.png) no-repeat; background-size: 100%; }
.index-innovative .index-innovative-img .sub-box .sub-para { position: absolute; bottom: 0; left: 0; right: 0; }
.index-innovative .index-innovative-img .sub-box .sub-para .item { width: 33.33%; float: left; }
.index-innovative .index-innovative-img .sub-box .sub-para .item .num { font-size: 65px; }
.index-innovative .index-innovative-img .sub-box .sub-para .item .mt5 { margin-top: 5px; }

@media (max-width: 1199px) { .index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-box { left: 20px; bottom: 20px; }
  .index-innovative .index-innovative-img .tit-box { left: 20px; bottom: 20px; }
  .index-innovative .index-innovative-img .sub-box { left: 20px; right: 20px; top: 20px; bottom: 20px; }
  .index-innovative .index-innovative-img .sub-box .sub-para .item .num { font-size: 50px; }
  .index-innovative .index-innovative-img .sub-box .sub-para .item .mt5 { margin-top: 0; } }
@media (max-width: 991px) { .index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-ch { font-size: 22px; }
  .index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-img .tit-en { font-size: 14px; margin-top: 3px; }
  .index-innovative .index-innovative-img .tit-ch { font-size: 22px; }
  .index-innovative .index-innovative-img .tit-en { font-size: 14px; margin-top: 3px; }
  .index-innovative .index-innovative-img .sub-box .sub-txt { line-height: 1.6; margin-top: 4%; }
  .index-innovative .index-innovative-img .sub-box .sub-more { margin-top: 4%; }
  .index-innovative .index-innovative-img .sub-box .sub-para .item .num { font-size: 30px; }
  .index-innovative .index-innovative-img .sub-box .sub-para .item .mt5 { margin-top: 0; font-size: 12px; } }
@media (max-width: 767px) { .index-innovative { margin-top: 30px; }
  .index-innovative .index-innovative-l { width: 100%; float: none; margin-bottom: 10px; }
  .index-innovative .index-innovative-l .index-innovative-l-box .index-head { top: -30px; }
  .index-innovative .index-innovative-l .index-innovative-l-box .index-innovative-l-bot { bottom: 0; right: 0; }
  .index-innovative .index-innovative-r { width: 100%; float: none; }
  .index-innovative .index-innovative-r .index-innovative-r-box .index-innovative-r-bot { bottom: -10px; }
  .index-innovative .index-innovative-img .sub-box .sub-more { display: none; } }
.index-product { background-image: url(/static/index/images/index-product-bg.jpg); background-repeat: no-repeat; background-attachment: fixed; }
.index-product .index-product-box li { width: 25%; float: left; padding: 10px; text-align: center; box-sizing: border-box; }
.index-product .index-product-box li .item { display: block; width: 100%; padding: 50px 0; overflow: hidden; background: #fff; border-radius: 5px; }
.index-product .index-product-box li .item .img { width: 80px; height: 80px; margin: 0 auto; }
.index-product .index-product-box li .item .img img { width: 100%; height: 100%; }
.index-product .index-product-box li .item .img1 { display: block; }
.index-product .index-product-box li .item .img2 { display: none; }
.index-product .index-product-box li .item .tit-ch { font-size: 22px; margin-top: 30px; }
.index-product .index-product-box li .item .tit-en { font-size: 17px; color: #666; text-transform: uppercase; }
.index-product .index-product-box li:hover .item { background: url(/static/index/images/index-product-libg.jpg); background-size: 100%; }
.index-product .index-product-box li:hover .item .img1 { display: none; }
.index-product .index-product-box li:hover .item .img2 { display: block; }
.index-product .index-product-box li:hover .item .tit-ch { color: #fff; }
.index-product .index-product-box li:hover .item .tit-en { color: #fff; }

@media (max-width: 1439px) { .index-product .index-product-box li .item { padding: 40px 0; }
  .index-product .index-product-box li .item .img { width: 60px; height: 60px; }
  .index-product .index-product-box li .item .tit-ch { font-size: 18px; }
  .index-product .index-product-box li .item .tit-en { font-size: 14px; } }
@media (max-width: 1199px) { .index-product .index-product-box li .item .img { width: 50px; height: 50px; }
  .index-product .index-product-box li .item .tit-ch { margin-top: 20px; } }
@media (max-width: 991px) { .index-product .index-product-box li { padding: 5px; }
  .index-product .index-product-box li .item { padding: 20px 0; }
  .index-product .index-product-box li .item .img { width: 45px; height: 45px; }
  .index-product .index-product-box li .item .tit-ch { font-size: 16px; margin-top: 20px; }
  .index-product .index-product-box li .item .tit-en { font-size: 12px; } }
@media (max-width: 767px) { .index-product { background-attachment: scroll; background-size: cover; }
  .index-product .index-product-box li { width: 50%; } }
.index-news .index-news-box { font-size: 15px; }
.index-news .index-news-box .index-news-l { width: 50%; float: left; padding-right: 20px; box-sizing: border-box; position: relative; }
.index-news .index-news-box .index-news-l .slicknews { margin: 0 !important; }
.index-news .index-news-box .index-news-l .slicknews .item { position: relative; padding-bottom: 50px; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox { width: 100%; padding-top: 66.67%; height: auto; position: relative; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont { position: absolute; left: 0; bottom: -50px; right: 140px; height: 220px; padding: 20px 40px; background: #00856a; color: #fff; box-sizing: border-box; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .date .big { font-size: 52px; margin-right: 6px; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .tit { font-size: 20px; font-weight: bold; margin-top: 10px; padding-bottom: 25px; position: relative; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .tit:after { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255, 255, 255, 0.2); content: ''; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .more { position: absolute; left: 40px; bottom: 25px; color: #fff; }
.index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .more:hover { text-decoration: underline; }
.index-news .index-news-box .index-news-l .num-box { position: absolute; right: 200px; bottom: 25px; width: 80px; text-align: center; line-height: 20px; color: #fff; z-index: 8; }
.index-news .index-news-box .index-news-l .num-box span { padding: 0 2px; }
.index-news .index-news-box .index-news-l .slick-dots { position: absolute; right: 180px; bottom: 0px; }
.index-news .index-news-box .index-news-l .slick-dots li { width: 0; height: 0; display: none; }
.index-news .index-news-box .index-news-l .slick-arrow { font-size: 12px; text-align: center; width: 20px; line-height: 20px; position: absolute; z-index: 9; bottom: 25px; color: #fff; display: block; border: none; cursor: pointer; outline: none; padding: 0; background: none; transition: all .4s ease; }
.index-news .index-news-box .index-news-l .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.index-news .index-news-box .index-news-l .slick-prev { right: 240px; }
.index-news .index-news-box .index-news-l .slick-prev:before { content: '\e625'; }
.index-news .index-news-box .index-news-l .slick-next { right: 180px; }
.index-news .index-news-box .index-news-l .slick-next:before { content: '\e626'; }
.index-news .index-news-box .index-news-r { width: 50%; float: right; padding-left: 50px; box-sizing: border-box; }
.index-news .index-news-box .index-news-r li { padding: 32px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.index-news .index-news-box .index-news-r li .date { float: left; width: 16%; color: #999; box-sizing: border-box; padding-top: 5px; }
.index-news .index-news-box .index-news-r li .date .big { font-size: 36px; color: #333; margin-bottom: 5px; }
.index-news .index-news-box .index-news-r li .cont { width: 84%; float: left; border-left: 1px solid #ddd; padding-left: 25px; box-sizing: border-box; }
.index-news .index-news-box .index-news-r li .cont .tit { font-size: 20px; }
.index-news .index-news-box .index-news-r li .cont .txt { color: #999; line-height: 1.5; margin-top: 15px; }
.index-news .index-news-box .index-news-r li:hover .date .big, .index-news .index-news-box .index-news-r li:hover .cont .tit { color: #00856A; }

@media (max-width: 1199px) { .index-news .index-news-box { font-size: 14px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont { right: 60px; height: 200px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .date .big { font-size: 42px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .tit { font-size: 18px; }
  .index-news .index-news-box .index-news-l .num-box { right: 120px; }
  .index-news .index-news-box .index-news-l .slick-prev { right: 160px; }
  .index-news .index-news-box .index-news-l .slick-next { right: 100px; }
  .index-news .index-news-box .index-news-r li { padding: 20px 0; }
  .index-news .index-news-box .index-news-r li .date .big { font-size: 30px; }
  .index-news .index-news-box .index-news-r li .cont .tit { font-size: 18px; }
  .index-news .index-news-box .index-news-r li .cont .txt { margin-top: 10px; } }
@media (max-width: 991px) { .index-news .index-news-box { font-size: 12px; }
  .index-news .index-news-box .index-news-l { padding-right: 0; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont { right: 60px; height: 180px; padding: 20px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .date .big { font-size: 36px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .tit { font-size: 16px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .more { left: 20px; }
  .index-news .index-news-box .index-news-l .num-box { right: 80px; font-size: 14px; }
  .index-news .index-news-box .index-news-l .slick-prev { right: 140px; }
  .index-news .index-news-box .index-news-l .slick-next { right: 80px; }
  .index-news .index-news-box .index-news-r li { padding: 18px 0; }
  .index-news .index-news-box .index-news-r li .date { width: 20%; }
  .index-news .index-news-box .index-news-r li .date .big { font-size: 26px; margin-bottom: 0; }
  .index-news .index-news-box .index-news-r li .cont { width: 80%; }
  .index-news .index-news-box .index-news-r li .cont .tit { font-size: 16px; }
  .index-news .index-news-box .index-news-r li .cont .txt { margin-top: 5px; } }
@media (max-width: 767px) { .index-news .index-news-box .index-news-l { width: 100%; float: none; padding-right: 0; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont { right: 60px; height: 180px; padding: 20px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .date .big { font-size: 36px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .tit { font-size: 16px; }
  .index-news .index-news-box .index-news-l .slicknews .item .itembox .itemcont .more { left: 20px; }
  .index-news .index-news-box .index-news-l .num-box { right: 80px; font-size: 14px; }
  .index-news .index-news-box .index-news-l .slick-prev { right: 140px; }
  .index-news .index-news-box .index-news-l .slick-next { right: 80px; }
  .index-news .index-news-box .index-news-r { width: 100%; float: none; padding: 0; }
  .index-news .index-news-box .index-news-r li { padding: 18px 0; }
  .index-news .index-news-box .index-news-r li .date .big { font-size: 26px; margin-bottom: 0; }
  .index-news .index-news-box .index-news-r li .cont .tit { font-size: 16px; }
  .index-news .index-news-box .index-news-r li .cont .txt { margin-top: 5px; } }
.index-notice .index-notice-box { margin-top: 50px; }
.index-notice .index-notice-box .slicknotice { margin: 0 !important; }
.index-notice .index-notice-box .slicknotice .item { width: 100%; padding: 10px; box-sizing: border-box; }
.index-notice .index-notice-box .slicknotice .item .itembox { border-radius: 5px; background: #fff; padding: 30px; display: block; transition: all .4s ease; }
.index-notice .index-notice-box .slicknotice .item .date { font-size: 16px; color: #00856a; }
.index-notice .index-notice-box .slicknotice .item .tit { font-size: 20px; margin-top: 20px; line-height: 30px; height: 60px; }
.index-notice .index-notice-box .slicknotice .item .itembox:hover { box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); background: #00856A; }
.index-notice .index-notice-box .slicknotice .item .itembox:hover .date, .index-notice .index-notice-box .slicknotice .item .itembox:hover .tit { color: #fff; }
.index-notice .index-notice-box .slick-arrow { font-size: 18px; text-align: center; width: 50px; height: 50px; line-height: 50px; position: absolute; z-index: 9; top: -120px; color: #00856a; background: none; border: 2px solid #eee; border-radius: 50%; display: block; cursor: pointer; outline: none; padding: 0; transition: all .4s ease; }
.index-notice .index-notice-box .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.index-notice .index-notice-box .slick-arrow:hover { background: #00856a; color: #fff; border-color: #00856a; }
.index-notice .index-notice-box .slick-prev { right: 70px; }
.index-notice .index-notice-box .slick-prev:before { content: '\e625'; }
.index-notice .index-notice-box .slick-next { right: 0; }
.index-notice .index-notice-box .slick-next:before { content: '\e626'; }

@media (max-width: 1439px) { .index-notice .index-notice-box .slicknotice .item .tit { font-size: 18px; } }
@media (max-width: 1199px) { .index-notice .index-notice-box { margin-top: 30px; }
  .index-notice .index-notice-box .slicknotice .item .tit { font-size: 18px; } }
@media (max-width: 767px) { .index-notice .index-notice-box .slicknotice { padding-bottom: 50px; }
  .index-notice .index-notice-box .slick-arrow { bottom: 0; top: auto; }
  .index-notice .index-notice-box .slick-prev { right: 50%; margin-left: -60px; }
  .index-notice .index-notice-box .slick-next { right: 50%; margin-right: -60px; } }
.footer { background: #00856A; padding: 50px 0; overflow: hidden; }
.footer .footer-left { width: 75%; float: left; overflow: hidden; }
.footer .footer-left li { width: 16.6%; float: left; color: #fff; }
.footer .footer-left li a { color: #fff; }
.footer .footer-left li .tit { font-size: 16px; font-weight: bold; }
.footer .footer-left li .cont { margin-top: 15px; line-height: 2; }
.footer .footer-left li .cont a { color: rgba(255, 255, 255, 0.8); }
.footer .footer-left li .cont a:hover { text-decoration: underline; color: #fff; }
.footer .footer-right { width: 25%; float: right; color: #fff; text-align: right; }
.footer .footer-right .tit { font-size: 16px; }
.footer .footer-right .telnum { font-size: 34px; letter-spacing: 0px; margin-top: 15px; }
.footer .footer-right .time { color: rgba(255, 255, 255, 0.8); margin-top: 6px; }
.footer .footer-right .friendlink { width: 100%; height: 42px; margin-top: 20px; }
.footer .footer-right .friendlink .friendlinkbox { float: right; width: 260px; height: 42px; padding: 0 20px; line-height: 42px; color: rgba(255, 255, 255, 0.8); border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.4); box-sizing: border-box; position: relative; cursor: pointer; }
.footer .footer-right .friendlink .friendlinkbox .friendlinkcon { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-radius: 5px; padding: 10px 20px; }
.footer .footer-right .friendlink .friendlinkbox .friendlinkcon a { display: block; line-height: 30px; margin: 5px 0; }
.footer .footer-right .friendlink .friendlinkbox .friendlinkcon a:hover { text-decoration: underline; color: #00856A; }
.footer .footer-right .qrcode { width: 100%; overflow: hidden; margin-top: 30px; }
.footer .footer-right .qrcode .item { text-align: center; margin-left: 40px; float: right; }
.footer .footer-right .qrcode .item img { width: 110px; height: 110px; }
.footer .footer-right .qrcode .item p { margin-top: 5px; color: rgba(255, 255, 255, 0.8); }

.footer-copy { background: #fff; color: #666; padding: 25px 0; font-size: 12px; overflow: hidden; letter-spacing: 0px; }
.footer-copy .copy-left { float: left; line-height: 25px; }
.footer-copy .copy-right { float: right; line-height: 50px; }
.footer-copy .copy-right a { color: #666; margin: 0 20px; }
.footer-copy .copy-right a:hover { text-decoration: underline; color: #00856A; }

@media (max-width: 1439px) { .footer { font-size: 12px; }
  .footer .footer-right .telnum { font-size: 30px; }
  .footer .footer-right .qrcode .item { margin-left: 20px; }
  .footer .footer-right .qrcode .item img { width: 100px; height: 100px; } }
@media (max-width: 1199px) { .footer .footer-right .telnum { font-size: 26px; }
  .footer .footer-right .qrcode .item { margin-left: 20px; }
  .footer .footer-right .qrcode .item img { width: 100px; height: 100px; } }
@media (max-width: 991px) { .footer .footer-left li .tit { font-size: 14px; }
  .footer .footer-left li .cont { margin-top: 8px; }
  .footer .footer-right .tit { font-size: 14px; }
  .footer .footer-right .telnum { font-size: 20px; margin-top: 8px; }
  .footer .footer-right .friendlink .friendlinkbox { width: 180px; padding: 0 10px; }
  .footer .footer-right .friendlink .friendlinkbox .friendlinkcon { padding: 10px; }
  .footer .footer-right .qrcode .item { margin-left: 10px; }
  .footer .footer-right .qrcode .item img { width: 80px; height: 80px; }
  .footer-copy { text-align: center; }
  .footer-copy .copy-left { float: none; }
  .footer-copy .copy-right { float: none; line-height: 25px; } }
@media (max-width: 767px) { .footer { display: none; }
  .footer-copy .copy-left { line-height: 20px; }
  .footer-copy .copy-right { line-height: 20px; }
  .footer-copy .copy-right a { margin: 0 10px; } }
.page-header { background: #fff; }

.page-banner { width: 100%; padding-top: 120px; font-size: 0; }
.page-banner img { width: 100%; }

@media (max-width: 991px) { .page-banner { padding-top: 0; } }
.page-nav { overflow: hidden; border-bottom: 1px solid #e8e8e8; background: #f8f8f8; height: 80px; line-height: 80px; }

.page-nav-add { float: right; color: #666; }
.page-nav-add a { color: #666; }
.page-nav-add a:hover { color: #00856A; }
.page-nav-add span { padding: 0 5px; }

.page-nav-con { overflow: hidden; }
.page-nav-con a { float: left; display: block; margin-right: 40px; font-size: 15px; font-weight: bold; color: #555; position: relative; }
.page-nav-con a:after { position: absolute; left: 0; bottom: 0; height: 2px; background: #00856A; content: ''; z-index: 9; }
.page-nav-con a.active { color: #00856A; }
.page-nav-con a.active:after { right: 0; }
.page-nav-con a:hover { color: #00856A; }

@media (max-width: 1199px) { .page-nav-con a { margin-right: 25px; } }
@media (max-width: 991px) { .page-nav { height: 60px; line-height: 60px; }
  .page-nav-add { font-size: 12px; }
  .page-nav-con a { font-size: 13px; margin-right: 25px; } }
@media (max-width: 767px) { .page-nav { border-bottom: none; height: auto; position: relative; line-height: normal; }
  .page-nav .container { padding: 0; margin: 0; }
  .page-nav-add { float: none; padding: 0 15px; height: 40px; line-height: 40px; background: #f2f2f2; font-size: 12px; }
  .page-nav-con { overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; padding: 0 15px; height: 50px; line-height: 50px; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; }
  .page-nav-con a { float: none; display: inline-block; margin-right: 15px; height: 49px; font-size: 13px; }
  .page-nav-con::-webkit-scrollbar { display: none; } }
.page-head { padding-left: 25px; border-left: 6px solid #00856a; line-height: 1; box-sizing: border-box; }
.page-head .tit-ch { font-size: 32px; font-weight: bold; }
.page-head .tit-en { font-size: 22px; margin-top: 18px; }

@media (max-width: 991px) { .page-head { padding-left: 20px; border-left: 5px solid #00856a; }
  .page-head .tit-ch { font-size: 28px; }
  .page-head .tit-en { font-size: 20px; margin-top: 15px; } }
@media (max-width: 767px) { .page-head { padding-left: 16px; border-left: 4px solid #00856a; }
  .page-head .tit-ch { font-size: 22px; }
  .page-head .tit-en { font-size: 16px; margin-top: 10px; } }
.page-subhead { padding-bottom: 25px; position: relative; font-weight: bold; line-height: 1.2; }
.page-subhead .tit-ch { font-size: 22px; color: #00856A; }
.page-subhead .tit-en { font-size: 28px; margin-top: 5px; }
.page-subhead:after { position: absolute; left: 0; bottom: 0; width: 30px; height: 4px; background: #00856A; content: ''; }

.page-subhead-txt { margin-top: 20px; font-size: 20px; font-weight: bold; color: #00856A; }
.page-subhead-txt span { color: #f18101; }

@media (max-width: 991px) { .page-subhead { padding-bottom: 22px; }
  .page-subhead .tit-ch { font-size: 20px; }
  .page-subhead .tit-en { font-size: 26px; }
  .page-subhead-txt { font-size: 18px; } }
@media (max-width: 767px) { .page-subhead { padding-bottom: 20px; }
  .page-subhead .tit-ch { font-size: 18px; }
  .page-subhead .tit-en { font-size: 22px; }
  .page-subhead-txt { font-size: 14px; } }
.page-subhead-center { text-align: center; }
.page-subhead-center:after { left: 50%; margin-left: -15px; }

.pub-content { color: #555; line-height: 1.6; font-size: 15px; }
.pub-content p { margin-top: 20px; }
.pub-content p:first-child { margin-top: 0; }
.pub-content img { max-width: 100%; }

@media (max-width: 991px) { .pub-content { font-size: 14px; } }
.pub-return { text-align: center; margin-top: 50px; }
.pub-return a { display: inline-block; padding: 10px 40px; font-size: 16px; line-height: 1.6; color: #00856A; border: 1px solid #00856A; border-radius: 50px; transition: all .4s ease; }
.pub-return a .iconfont { margin-left: 5px; }
.pub-return a:hover { background: #00856A; color: #fff; }

@media (max-width: 767px) { .pub-return { margin-top: 30px; }
  .pub-return a { font-size: 14px; } }
.about-intro .about-intro-img { width: 35%; float: right; margin-left: 6%; font-size: 0; margin-bottom: 10px; }
.about-intro .about-intro-img img { width: 100%; }
.about-intro .about-intro-con { text-indent: 2em; }

@media (max-width: 991px) { .about-intro .about-intro-img { width: 50%; margin-left: 3%; } }
.about-sum { box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05); }
.about-sum ul { overflow: hidden; }
.about-sum li { width: 25%; float: left; text-align: center; }
.about-sum li .img { height: 45px; text-align: center; display: block; }
.about-sum li .img img { height: 100%; }
.about-sum li .num { font-size: 50px; color: #00856A; height: 80px; line-height: 80px; margin-top: 10px; position: relative; display: inline-block; font-weight: bold; }
.about-sum li .num:after { font-size: 20px; line-height: 26px; font-weight: normal; position: absolute; top: 0; right: -16px; content: '+'; }
.about-sum li .txt { margin-top: 10px; font-size: 16px; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

@media (max-width: 991px) { .about-sum li .img { height: 40px; }
  .about-sum li .num { font-size: 42px; }
  .about-sum li .txt { font-size: 14px; } }
@media (max-width: 767px) { .about-sum li .img { height: 30px; }
  .about-sum li .num { font-size: 28px; margin-top: 0; }
  .about-sum li .num:after { font-size: 14px; right: -10px; }
  .about-sum li .txt { font-size: 12px; margin-top: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; } }
.about-subintro .about-subintro-txt { font-size: 22px; }
.about-subintro .about-subintro-table { margin-top: 30px; overflow: hidden; }
.about-subintro .about-subintro-table li { width: 50%; float: left; text-align: center; font-size: 15px; color: #555; margin-bottom: 5px; }
.about-subintro .about-subintro-table li .item { float: left; padding-right: 5px; box-sizing: border-box; }
.about-subintro .about-subintro-table li .item .itemcon { background: #fff; padding: 20px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.about-subintro .about-subintro-table li .item-num { width: 20%; }
.about-subintro .about-subintro-table li .item-name { width: 50%; }
.about-subintro .about-subintro-table li .item-date { width: 30%; }
.about-subintro .about-subintro-table .table-head { color: #fff; font-weight: bold; }
.about-subintro .about-subintro-table .table-head .item .itemcon { background: #00856A; }

@media (min-width: 992px) { .about-subintro .about-subintro-table .table-li:nth-child(4n+3) .item .itemcon, .about-subintro .about-subintro-table .table-li:nth-child(4n+4) .item .itemcon { background: #f3fdfc; } }
@media (max-width: 991px) { .about-subintro .about-subintro-txt { font-size: 20px; }
  .about-subintro .about-subintro-table li { width: 100%; }
  .about-subintro .about-subintro-table .table-head-h { display: none; }
  .about-subintro .about-subintro-table .table-li:nth-child(2n) .item .itemcon { background: #f3fdfc; } }
@media (max-width: 767px) { .about-subintro .about-subintro-txt { font-size: 18px; }
  .about-subintro .about-subintro-table li { font-size: 13px; }
  .about-subintro .about-subintro-table li .item .itemcon { padding: 15px 0; }
  .about-subintro .about-subintro-table .table-head .item .itemcon { padding: 15px 0; } }
.about-subdetails .about-subdetails-img { width: 40%; float: left; margin: 0 3% 20px 0; font-size: 0; }
.about-subdetails .about-subdetails-img img { width: 100%; }
.about-subdetails .about-subdetails-box .title { font-size: 22px; color: #00856A; }

@media (max-width: 991px) { .about-subdetails .about-subdetails-box .title { font-size: 18px; } }
@media (max-width: 767px) { .about-subdetails .about-subdetails-img { width: 100%; float: none; margin: 0; }
  .about-subdetails .about-subdetails-box { margin-top: 20px; } }
.about-produce .about-produce-box { margin-left: -10px; margin-right: -10px; }
.about-produce .about-produce-box li { width: 25%; float: left; padding: 0 10px; box-sizing: border-box; }
.about-produce .about-produce-box li .libox { width: 100%; padding-top: 100%; height: auto; overflow: hidden; position: relative; background: #000; }
.about-produce .about-produce-box li .libox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-produce .about-produce-box li .libox .cont { position: absolute; left: 20px; bottom: 20px; color: #fff; }
.about-produce .about-produce-box li .libox .cont .tit-ch { font-size: 22px; font-weight: bold; }
.about-produce .about-produce-box li .libox .cont .tit-en { font-size: 16px; }
.about-produce .about-produce-box li .libox:hover img { transform: scale(1.3); opacity: .8; }

@media (max-width: 991px) { .about-produce .about-produce-box li { width: 50%; padding: 10px; } }
@media (max-width: 767px) { .about-produce .about-produce-box { margin-left: -5px; margin-right: -5px; }
  .about-produce .about-produce-box li { padding: 5px; }
  .about-produce .about-produce-box li .libox .cont { left: 10px; bottom: 10px; }
  .about-produce .about-produce-box li .libox .cont .tit-ch { font-size: 18px; }
  .about-produce .about-produce-box li .libox .cont .tit-en { font-size: 12px; } }
.about-probase .about-probase-cont { overflow: hidden; margin-top: 30px; }
.about-probase .about-probase-cont .about-probase-intro { width: 50%; float: left; padding-left: 5px; padding-right: 5%; box-sizing: border-box; }
.about-probase .about-probase-cont .about-probase-intro .item { width: 100%; padding: 20px 30px; margin-top: 20px; line-height: 1.6; background: #fff; color: #555; font-size: 15px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-sizing: border-box; }
.about-probase .about-probase-cont .about-probase-intro .item span { color: #00856A; font-weight: bold; }
.about-probase .about-probase-cont .about-probase-map { width: 50%; float: right; font-size: 0; }
.about-probase .about-probase-cont .about-probase-map img { width: 100%; }

@media (min-width: 992px) and (max-width: 1199px) { .about-probase .about-probase-cont .about-probase-intro .item { padding: 15px; font-size: 14px; } }
@media (max-width: 991px) { .about-probase .about-probase-cont .about-probase-intro { width: 100%; padding-right: 5px; float: none; }
  .about-probase .about-probase-cont .about-probase-intro .item { margin-top: 0; margin-bottom: 20px; }
  .about-probase .about-probase-cont .about-probase-map { width: 100%; float: none; } }
@media (max-width: 767px) { .about-probase .about-probase-cont .about-probase-intro .item { padding: 15px; font-size: 14px; } }
.about-proinfor { overflow: hidden; padding-bottom: 60px; }
.about-proinfor .about-proinfor-item { border-top: 1px solid #999; }
.about-proinfor .about-proinfor-item:first-child { border-top: none; }
.about-proinfor .about-proinfor-item .about-proinfor-head { font-size: 24px; line-height: 1; padding-left: 20px; border-left: 6px solid #00856A; font-weight: bold; }
.about-proinfor .about-proinfor-item .about-proinfor-head span { font-size: 18px; color: #999; font-weight: normal; margin-left: 12px; }
.about-proinfor .about-proinfor-item .about-proinfor-box { margin-top: 30px; }
.about-proinfor .pub-return { margin-top: 30px; }

@media (max-width: 991px) { .about-proinfor .about-proinfor-item .about-proinfor-head { font-size: 20px; }
  .about-proinfor .about-proinfor-item .about-proinfor-head span { font-size: 16px; } }
@media (max-width: 767px) { .about-proinfor { padding-bottom: 30px; }
  .about-proinfor .about-proinfor-item .about-proinfor-head { font-size: 20px; padding-left: 15px; border-left: 4px solid #00856A; }
  .about-proinfor .about-proinfor-item .about-proinfor-head span { display: block; font-size: 12px; margin: 5px 0 0 0; }
  .about-proinfor .pub-return { margin-top: 0; } }
.about-equipment .about-equipment-box { width: 100%; font-size: 0; position: relative; }
.about-equipment .about-equipment-box img { width: 100%; }
.about-equipment .about-equipment-box .about-equipment-con { position: absolute; right: 0; bottom: 0; width: 45%; padding: 40px; font-size: 15px; line-height: 1.6; box-sizing: border-box; background: rgba(255, 255, 255, 0.9); }

@media (max-width: 1199px) { .about-equipment .about-equipment-box .about-equipment-con { padding: 30px; font-size: 14px; } }
@media (max-width: 991px) { .about-equipment .about-equipment-box .about-equipment-con { width: 65%; } }
@media (max-width: 767px) { .about-equipment .about-equipment-box .about-equipment-con { position: relative; width: 100%; padding: 20px 0 0; background: none; } }
.about-capacity .about-capacity-item { width: 100%; overflow: hidden; background: #fff; }
.about-capacity .about-capacity-item .item-img { float: left; width: 50%; padding-top: 33.33%; height: auto; overflow: hidden; position: relative; }
.about-capacity .about-capacity-item .item-img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-capacity .about-capacity-item .item-con { float: right; width: 50%; padding: 50px 50px 0; box-sizing: border-box; }
.about-capacity .about-capacity-item .item-con .tit-ch { font-size: 28px; }
.about-capacity .about-capacity-item .item-con .tit-en { color: #999; font-size: 16px; margin-top: 5px; }
.about-capacity .about-capacity-item .item-con .cont { margin-top: 30px; font-size: 15px; line-height: 2; color: #666; }
.about-capacity .about-capacity-item:hover .item-img img { transform: scale(1.3); }
.about-capacity .about-capacity-item:nth-child(2n) .item-img { float: right; }
.about-capacity .about-capacity-item:nth-child(2n) .item-con { float: left; }

@media (max-width: 1439px) { .about-capacity .about-capacity-item .item-con { padding: 30px 30px 0; }
  .about-capacity .about-capacity-item .item-con .tit-ch { font-size: 24px; }
  .about-capacity .about-capacity-item .item-con .tit-en { font-size: 14px; }
  .about-capacity .about-capacity-item .item-con .cont { font-size: 14px; } }
@media (max-width: 1199px) { .about-capacity .about-capacity-item .item-con .tit-ch { font-size: 22px; }
  .about-capacity .about-capacity-item .item-con .cont { line-height: 1.6; margin-top: 20px; } }
@media (max-width: 991px) { .about-capacity .about-capacity-item .item-con { padding: 10px 15px 0; }
  .about-capacity .about-capacity-item .item-con .tit-ch { font-size: 20px; }
  .about-capacity .about-capacity-item .item-con .tit-en { font-size: 12px; margin-top: 0; }
  .about-capacity .about-capacity-item .item-con .cont { font-size: 12px; margin-top: 10px; } }
@media (max-width: 767px) { .about-capacity .about-capacity-item .item-img { width: 100%; padding-top: 66.667%; }
  .about-capacity .about-capacity-item .item-con { width: 100%; padding: 15px; } }
.about-product-type { overflow: hidden; margin-top: 50px; }
.about-product-type a { display: block; float: left; margin-right: 60px; font-size: 16px; padding-bottom: 15px; color: #555; border-bottom: 2px solid transparent; box-sizing: border-box; }
.about-product-type a:hover { color: #00856A; }
.about-product-type a.active { color: #00856A; border-color: #00856A; font-weight: bold; }

.about-product-box { padding-top: 20px; overflow: hidden; margin: 0 -20px; }
.about-product-box li { width: 25%; float: left; padding: 20px; box-sizing: border-box; }
.about-product-box li .item { display: block; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.about-product-box li .item .img { width: 100%; padding-top: 66.667%; height: auto; overflow: hidden; position: relative; }
.about-product-box li .item .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.about-product-box li .item .cont { border-top: 1px solid #eee; padding: 20px; }
.about-product-box li .item .cont .tit { font-size: 18px; font-weight: bold; }
.about-product-box li .item .cont .txt { font-weight: bold; }
.about-product-box li .item .cont .des { color: #666; line-height: 20px; height: 80px; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.about-product-box li .item .cont .more { display: inline-block; margin-top: 20px; color: #00856A; }
.about-product-box li .item .cont .more:hover { text-decoration: underline; }
.about-product-box li .item:hover { box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 1439px) { .about-product-box { margin: 0 -10px; }
  .about-product-box li { padding: 10px; } }
@media (max-width: 1199px) { .about-product-box li { width: 33.33%; } }
@media (max-width: 991px) { .about-product-box li { width: 50%; } }
@media (max-width: 767px) { .about-product-type { margin-top: 30px; }
  .about-product-type a { margin-right: 40px; font-size: 14px; }
  .about-product-box { margin: 0; }
  .about-product-box li { width: 100%; padding: 10px 0; }
  .about-product-box li .item .cont { padding: 15px; font-size: 12px; }
  .about-product-box li .item .cont .tit { font-size: 14px; }
  .about-product-box li .item .cont .des { margin-top: 10px; }
  .about-product-box li .item .cont .more { margin-top: 10px; } }
.pagination { padding: 50px 0 0; text-align: center; }
.pagination li { display: inline-block; margin: 0 2px; }
.pagination li a { font-size: 14px; width: 40px; height: 40px; line-height: 40px; display: block; color: #999; text-align: center; background: #fff; vertical-align: middle; }
.pagination li:hover a, .pagination li.active a { background: #00856A !important; color: #fff; }

@media (max-width: 767px) { .pagination { padding: 30px 0 0; } }
.about-culture { background: #f8f8f8; }
.about-culture .item-pic { width: 40%; float: left; display: block; }
.about-culture .item-pic .img { width: 100%; padding-top: 66.667%; height: auto; overflow: hidden; position: relative; }
.about-culture .item-pic .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-culture .item-pic .img:hover img { transform: scale(1.3); }
.about-culture .item-con { float: right; width: 55%; padding-top: 40px; font-size: 15px; }
.about-culture .item-con .item-txt { margin-top: 30px; line-height: 1.6; color: #666; }
.about-culture .item-con .more { margin-top: 40px; display: inline-block; color: #00856A; padding: 8px 30px; border: 1px solid #00856A; border-radius: 5px; transition: all .4s ease; }
.about-culture .item-con .more:hover { background: #00856A; color: #fff; }
.about-culture:nth-child(2n) { background: #fff; }
.about-culture:nth-child(2n) .item-pic { float: right; }
.about-culture:nth-child(2n) .item-con { float: left; }

@media (max-width: 1439px) { .about-culture .item-con { padding-top: 20px; } }
@media (max-width: 1199px) { .about-culture .item-con { padding-top: 0; } }
@media (max-width: 991px) { .about-culture .item-con { font-size: 14px; }
  .about-culture .item-con .item-txt { margin-top: 15px; }
  .about-culture .item-con .more { margin-top: 15px; } }
@media (max-width: 767px) { .about-culture .item-pic { width: 100%; }
  .about-culture .item-con { width: 100%; padding-top: 20px; } }
.about-value-box { overflow: hidden; }
.about-value-box .about-value-con { float: left; width: 50%; }
.about-value-box .about-value-con .about-value-item { width: 100%; padding-top: 70%; height: auto; overflow: hidden; position: relative; }
.about-value-box .about-value-con .about-value-item .item-con { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.about-value-box .about-value-con .about-value-item .item-con .cont { padding: 8% 8% 0 0; font-size: 15px; }
.about-value-box .about-value-con .about-value-item .item-con .cont .tit { font-size: 18px; font-weight: bold; color: #00856a; }
.about-value-box .about-value-con .about-value-item .item-con .cont .txt { line-height: 1.5; margin-top: 20px; }
.about-value-box .about-value-con .about-value-item .item-con ul { position: absolute; width: 100%; left: 0; bottom: 0; overflow: hidden; }
.about-value-box .about-value-con .about-value-item .item-con ul li { width: 33.33%; padding: 40px 0; color: #666; font-size: 16px; float: left; background: #fafafa; text-align: center; }
.about-value-box .about-value-con .about-value-item .item-con ul li img { width: 40px; height: 40px; }
.about-value-box .about-value-con .about-value-item .item-con ul li .des { margin-top: 20px; line-height: 25px; height: 50px; }
.about-value-box .about-value-con .about-value-item .item-con ul li:nth-child(2) { background: #f4f4f4; }
.about-value-box .about-value-con .about-value-item .item-con ul li:nth-child(3) { background: #eee; }
.about-value-box .about-value-pic { float: right; width: 50%; }
.about-value-box .about-value-pic .about-value-item { width: 100%; padding-top: 70%; height: auto; overflow: hidden; position: relative; }
.about-value-box .about-value-pic .about-value-item img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.about-value-box:nth-child(2n) .about-value-con { float: right; }
.about-value-box:nth-child(2n) .about-value-con .about-value-item .item-con .cont { padding: 8% 0 0 8%; }
.about-value-box:nth-child(2n) .about-value-con .about-value-item .item-con ul li { background: #049a7d; color: #fff; }
.about-value-box:nth-child(2n) .about-value-con .about-value-item .item-con ul li:nth-child(2) { background: #008d71; }
.about-value-box:nth-child(2n) .about-value-con .about-value-item .item-con ul li:nth-child(3) { background: #00846a; }
.about-value-box:nth-child(2n) .about-value-pic { float: left; }

@media (max-width: 1439px) { .about-value-box .about-value-con .about-value-item .item-con .cont { font-size: 14px; }
  .about-value-box .about-value-con .about-value-item .item-con ul li { padding: 20px 0; font-size: 14px; }
  .about-value-box .about-value-con .about-value-item .item-con ul li .des { margin-top: 15px; line-height: 20px; height: 40px; } }
@media (max-width: 1199px) { .about-value-box .about-value-con .about-value-item .item-con .cont .txt { margin-top: 10px; }
  .about-value-box .about-value-con .about-value-item .item-con ul li img { width: 34px; height: 34px; } }
@media (max-width: 991px) { .about-value-box .about-value-con { width: 100%; }
  .about-value-box .about-value-con .about-value-item { padding-top: 0; }
  .about-value-box .about-value-con .about-value-item .item-con { position: relative; }
  .about-value-box .about-value-con .about-value-item .item-con .cont { padding: 20px 0; }
  .about-value-box .about-value-con .about-value-item .item-con ul { position: relative; }
  .about-value-box .about-value-pic { width: 100%; }
  .about-value-box:nth-child(2n) .about-value-con .about-value-item .item-con .cont { padding: 20px 0; } }
.about-vision { background: #fff; }
.about-vision .about-vision-txt { line-height: 1.6; font-size: 15px; padding: 0 10%; margin-top: 20px; text-align: center; }
.about-vision .about-vision-box { color: #fff; }
.about-vision .about-vision-box .item-out { float: left; width: 75%; background: #00856a; }
.about-vision .about-vision-box .item-out .item { width: 33.33%; float: left; }
.about-vision .about-vision-box .item-in { float: left; width: 25%; background: #f18101; }
.about-vision .about-vision-box .item-head { width: 100%; padding: 10px 0; text-align: center; font-size: 24px; background: rgba(0, 0, 0, 0.1); }
.about-vision .about-vision-box .item-con { margin: 60px 0; padding: 0 30px; box-sizing: border-box; position: relative; }
.about-vision .about-vision-box .item-con:after { position: absolute; right: 0; top: 0; bottom: 0; width: 1px; background: rgba(255, 255, 255, 0.3); content: ''; }
.about-vision .about-vision-box .item-con .item-num { font-size: 50px; font-weight: bold; font-style: italic; }
.about-vision .about-vision-box .item-con .item-txt { margin-top: 20px; line-height: 25px; height: 75px; }
.about-vision .about-vision-box .item-con:last-child:after { content: none; }

@media (max-width: 1199px) { .about-vision .about-vision-box .item-con .item-txt { height: 100px; } }
@media (max-width: 991px) { .about-vision .about-vision-box .item-head { font-size: 20px; }
  .about-vision .about-vision-box .item-con { margin: 40px 0; padding: 0 15px; }
  .about-vision .about-vision-box .item-con .item-num { font-size: 36px; }
  .about-vision .about-vision-box .item-con .item-txt { margin-top: 10px; height: 100px; font-size: 12px; } }
@media (max-width: 767px) { .about-vision .about-vision-txt { font-size: 14px; }
  .about-vision .about-vision-box .item-out, .about-vision .about-vision-box .item-in { width: 100%; }
  .about-vision .about-vision-box .item-out .item { width: 100%; }
  .about-vision .about-vision-box .item-con { margin: 0; overflow: hidden; padding: 20px 15px; }
  .about-vision .about-vision-box .item-con:after { right: 15px; left: 15px; width: auto; top: auto; bottom: 0; height: 1px; }
  .about-vision .about-vision-box .item-con .item-num { float: left; margin-right: 15px; }
  .about-vision .about-vision-box .item-con .item-txt { margin: 0; height: auto; overflow: hidden; } }
.about-mission .about-mission-box { width: 100%; position: relative; }
.about-mission .about-mission-box .about-mission-pic { width: 68%; font-size: 0; }
.about-mission .about-mission-box .about-mission-pic img { width: 100%; }
.about-mission .about-mission-box .about-mission-con { position: absolute; right: 0; top: 7%; bottom: 7%; width: 600px; background: #fff; padding: 40px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.about-mission .about-mission-box .about-mission-con .page-subhead-txt { color: #333; }
.about-mission .about-mission-box .about-mission-con ul { overflow: hidden; font-size: 15px; margin-top: 20px; }
.about-mission .about-mission-box .about-mission-con ul li { padding-left: 20px; position: relative; line-height: 1.6; margin-top: 20px; }
.about-mission .about-mission-box .about-mission-con ul li:before { position: absolute; width: 7px; height: 7px; background: #00846A; left: 0; top: 8px; content: ''; }

@media (max-width: 1439px) { .about-mission .about-mission-box .about-mission-con ul { margin-top: 10px; font-size: 14px; } }
@media (max-width: 1199px) { .about-mission .about-mission-box .about-mission-con { padding: 30px; }
  .about-mission .about-mission-box .about-mission-con ul { margin-top: 0; } }
@media (max-width: 991px) { .about-mission .about-mission-box .about-mission-pic { width: 100%; }
  .about-mission .about-mission-box .about-mission-con { position: relative; width: 100%; } }
.about-spirit { background: #fff; }
.about-spirit .about-spirit-box { overflow: hidden; }
.about-spirit .about-spirit-box li { width: 25%; float: left; padding: 0 0.8%; box-sizing: border-box; }
.about-spirit .about-spirit-box li .item { width: 100%; padding-top: 116%; height: auto; overflow: hidden; position: relative; }
.about-spirit .about-spirit-box li .item img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-spirit .about-spirit-box li .item .itembox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); text-align: center; color: #fff; transition: all .4s ease; }
.about-spirit .about-spirit-box li .item .itembox .itemcon { position: absolute; left: 5%; right: 5%; top: 50%; margin-top: -90px; transition: all 1s ease; }
.about-spirit .about-spirit-box li .item .itembox .item-top { width: 116px; height: 116px; line-height: 116px; font-size: 30px; border: 2px solid #fff; border-radius: 50%; margin: 0 auto; }
.about-spirit .about-spirit-box li .item .itembox .item-tit { font-size: 22px; font-weight: bold; margin-top: 30px; height: 30px; line-height: 30px; }
.about-spirit .about-spirit-box li .item .itembox .item-txt { font-size: 15px; line-height: 25px; height: 100px; margin-top: 20px; display: none; }
.about-spirit .about-spirit-box li .item:hover img { transform: scale(1.3); }
.about-spirit .about-spirit-box li .item:hover .itembox { background: rgba(241, 129, 1, 0.9); }
.about-spirit .about-spirit-box li .item:hover .itembox .itemcon { margin-top: -160px; }
.about-spirit .about-spirit-box li .item:hover .itembox .item-txt { display: block; }

@media (max-width: 1439px) { .about-spirit .about-spirit-box li .item .itembox .itemcon { margin-top: -70px; }
  .about-spirit .about-spirit-box li .item .itembox .item-top { width: 90px; height: 90px; line-height: 90px; font-size: 24px; }
  .about-spirit .about-spirit-box li .item .itembox .item-tit { font-size: 18px; margin-top: 20px; }
  .about-spirit .about-spirit-box li .item .itembox .item-txt { font-size: 14px; line-height: 20px; }
  .about-spirit .about-spirit-box li .item:hover .itembox .itemcon { margin-top: -140px; } }
@media (max-width: 1199px) { .about-spirit .about-spirit-box li .item .itembox .item-tit { font-size: 16px; margin-top: 10px; }
  .about-spirit .about-spirit-box li .item .itembox .item-txt { font-size: 12px; margin: 10px; }
  .about-spirit .about-spirit-box li .item:hover .itembox .itemcon { margin-top: -130px; } }
@media (max-width: 991px) { .about-spirit .about-spirit-box li { width: 50%; padding: 0.8%; } }
@media (max-width: 767px) { .about-spirit .about-spirit-box li { width: 100%; padding: 7px 15px; } }
.about-strategy { width: 100%; font-size: 0; background: url(/static/index/images/about-strategy.jpg) no-repeat; background-size: cover; background-position: center; }
.about-strategy .about-strategy-box { margin-top: 80px; padding: 30px 40px; font-size: 22px; line-height: 1.6; position: relative; display: inline-block; }
.about-strategy .about-strategy-box:before { position: absolute; left: 0; top: 0; height: 14px; width: 17px; background: url(/static/index/images/icon/icon-marksbefore.png); background-size: cover; background-repeat: no-repeat; content: ''; }
.about-strategy .about-strategy-box:after { position: absolute; right: 0; bottom: 0; height: 14px; width: 17px; background: url(/static/index/images/icon/icon-marksafter.png); background-size: cover; background-repeat: no-repeat; content: ''; }

@media (max-width: 1199px) { .about-strategy .about-strategy-box { margin-top: 60px; } }
@media (max-width: 767px) { .about-strategy { background-position: left center; }
  .about-strategy .about-strategy-box { margin-top: 30px; padding: 20px 30px; font-size: 20px; }
  .about-strategy .about-strategy-box:before { height: 12px; width: 15px; }
  .about-strategy .about-strategy-box:after { height: 12px; width: 15px; } }
.about-benefits-box { background: #fff; padding: 3%; box-sizing: border-box; }
.about-benefits-box .about-benefits-img { width: 35%; margin-right: 5%; float: left; font-size: 0; }
.about-benefits-box .about-benefits-img img { width: 100%; }
.about-benefits-box .about-benefits-con { overflow: hidden; }
.about-benefits-box .about-benefits-con ul { overflow: hidden; font-size: 15px; margin-top: 20px; }
.about-benefits-box .about-benefits-con ul li { padding-left: 20px; position: relative; line-height: 1.6; margin-top: 20px; }
.about-benefits-box .about-benefits-con ul li:before { position: absolute; width: 9px; height: 9px; border: 2px solid #00846A; box-sizing: border-box; border-radius: 50%; left: 0; top: 7px; content: ''; }

@media (max-width: 1439px) { .about-benefits-box .about-benefits-con ul { font-size: 14px; margin-top: 10px; }
  .about-benefits-box .about-benefits-con ul li { margin-top: 10px; } }
@media (max-width: 767px) { .about-benefits-box .about-benefits-img { width: 100%; margin: 0 0 15px 0; float: none; } }
.about-plan-box { overflow: hidden; }
.about-plan-box li { width: 25%; float: left; background: #00856a; }
.about-plan-box li .item { padding: 60px 40px; font-size: 15px; color: #fff; }
.about-plan-box li .item img { height: 50px; }
.about-plan-box li .item .txt { margin-top: 20px; line-height: 25px; height: 75px; }
.about-plan-box li:nth-child(1) { background: #fff; }
.about-plan-box li:nth-child(2) { background: #079b7d; }
.about-plan-box li:nth-child(3) { background: #018e71; }
.about-plan-box li .page-subhead .tit-en { margin-top: 10px; }
.about-plan-box li .page-subhead:after { content: none; }
.about-plan-box li .arrow { margin-top: 40px; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 22px; border-radius: 50%; background: #00846A; }

@media (max-width: 1439px) { .about-plan-box li .item { padding: 60px 30px; font-size: 14px; }
  .about-plan-box li .page-subhead .tit-en { font-size: 24px; } }
@media (max-width: 1199px) { .about-plan-box li .page-subhead .tit-ch { font-size: 20px; }
  .about-plan-box li .page-subhead .tit-en { font-size: 20px; } }
@media (max-width: 991px) { .about-plan-box li { width: 50%; } }
@media (max-width: 767px) { .about-plan-box li .item { padding: 30px 15px; font-size: 12px; }
  .about-plan-box li .item img { height: 40px; }
  .about-plan-box li .item .txt { line-height: 20px; height: 80px; }
  .about-plan-box li .page-subhead { padding: 0; }
  .about-plan-box li .page-subhead .tit-ch { font-size: 18px; }
  .about-plan-box li .page-subhead .tit-en { font-size: 18px; }
  .about-plan-box li .arrow { display: none; } }
.about-provide { width: 100%; font-size: 0; background: url(/static/index/images/about-provide.jpg) no-repeat; background-size: cover; background-position: center; }
.about-provide .about-provide-box { font-size: 15px; line-height: 2; color: #666; position: relative; width: 45%; }

@media (max-width: 767px) { .about-provide { background-position: left center; }
  .about-provide .about-provide-box { font-size: 14px; width: 100%; } }
.about-employees-box { background: #fff; padding: 3%; box-sizing: border-box; }

.about-employeeslist-box { overflow: hidden; margin: 0 -20px; }
.about-employeeslist-box li { width: 25%; float: left; padding: 20px; font-size: 15px; color: #666; line-height: 1.6; box-sizing: border-box; }
.about-employeeslist-box li a { display: block; padding-bottom: 30px; border-bottom: 1px solid #eee; position: relative; }
.about-employeeslist-box li a:after { position: absolute; left: 0; width: 0; height: 1px; bottom: 0; background: #00846A; content: ''; transition: all 1s ease; }
.about-employeeslist-box li .tit { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.about-employeeslist-box li .img { width: 100%; padding-top: 66.667%; height: auto; overflow: hidden; position: relative; }
.about-employeeslist-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-employeeslist-box li .cont { margin-top: 20px; }
.about-employeeslist-box li a:hover:after { width: 100%; }
.about-employeeslist-box li a:hover .tit { color: #00846A; }
.about-employeeslist-box li a:hover .img img { transform: scale(1.3); }

@media (max-width: 1439px) { .about-employeeslist-box { margin: 0 -10px; }
  .about-employeeslist-box li { padding: 10px; font-size: 14px; }
  .about-employeeslist-box li .tit { font-size: 16px; } }
@media (max-width: 1199px) { .about-employeeslist-box li { width: 33.33%; } }
@media (max-width: 991px) { .about-employeeslist-box li { width: 50%; } }
@media (max-width: 767px) { .about-employeeslist-box { margin: 0; }
  .about-employeeslist-box li { width: 100%; padding: 10px 0; } }
.about-magazine-box { overflow: hidden; }
.about-magazine-box li { width: 25%; float: left; padding: 0 5%; margin: 20px 0; box-sizing: border-box; text-align: center; font-size: 15px; }
.about-magazine-box li .img { width: 100%; padding-top: 136%; height: auto; overflow: hidden; position: relative; box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); transition: all .4s ease; }
.about-magazine-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.about-magazine-box li .more { display: inline-block; margin-top: 30px; color: #555; padding: 0 22px; height: 30px; line-height: 30px; border-radius: 30px; border: 1px solid #ccc; transition: all .4s ease; }
.about-magazine-box li .more:hover { background: #00846A; color: #fff; border-color: #00846A; }
.about-magazine-box li:hover .img { box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 1439px) { .about-magazine-box li { padding: 0 4%; font-size: 14px; } }
@media (max-width: 1199px) { .about-magazine-box li { padding: 0 3%; } }
@media (max-width: 991px) { .about-magazine-box li { width: 33.33%; } }
@media (max-width: 767px) { .about-magazine-box li { width: 50%; } }
.slick-nav { padding: 0 100px; box-sizing: border-box; height: 150px; line-height: 150px; position: relative; }
.slick-nav:after { position: absolute; left: 100px; right: 100px; bottom: 0; height: 1px; background: #ddd; content: ''; }
.slick-nav .item { text-align: center; font-size: 22px; color: #bbb; position: relative; }
.slick-nav .item:after { position: absolute; bottom: 0; left: 50%; width: 1px; height: 10px; background: #ddd; content: ''; }
.slick-nav .slick-current .item { font-size: 54px; font-weight: bold; color: #00846A; }
.slick-nav .slick-current .item:after { height: 20px; background: #00846A; }
.slick-nav .slick-arrow { font-size: 20px; text-align: center; position: absolute; z-index: 8; top: 50%; margin-top: -20px; display: block; width: 60px; height: 60px; line-height: 100%; color: #777; border: 1px solid #ddd; border-radius: 50%; cursor: pointer; outline: none; background: none; transition: all .4s ease; }
.slick-nav .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.slick-nav .slick-arrow:hover { background-color: #00846A; color: #fff; border-color: #00846A; }
.slick-nav .slick-prev { left: 0; }
.slick-nav .slick-prev:before { content: '\e625'; }
.slick-nav .slick-next { right: 0; }
.slick-nav .slick-next:before { content: '\e626'; }

.slick-history-for { width: 100%; }
.slick-history-for .item { position: relative; }
.slick-history-for .item:after { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #ddd; content: ''; }
.slick-history-for .item ul li { padding: 50px 0; }
.slick-history-for .item ul li .li-box { overflow: hidden; padding: 0 100px; position: relative; font-size: 15px; }
.slick-history-for .item ul li .li-box .li-date { float: left; text-align: right; padding: 0 50px 0 0; font-size: 20px; color: #00846A; width: 50%; box-sizing: border-box; }
.slick-history-for .item ul li .li-box .li-cont { float: right; text-align: left; padding: 0 0 0 50px; line-height: 1.6; color: #666; width: 50%; box-sizing: border-box; }
.slick-history-for .item ul li .li-box:before { position: absolute; left: 50%; margin-left: -5px; top: 9px; width: 10px; height: 10px; box-sizing: border-box; border: 3px solid #00846A; border-radius: 50%; content: ''; z-index: 9; }
.slick-history-for .item ul li:nth-child(2n) { background: #fff; }
.slick-history-for .item ul li:nth-child(2n) .li-box .li-date { float: right; text-align: left; padding: 0 0 0 50px; }
.slick-history-for .item ul li:nth-child(2n) .li-box .li-cont { float: left; text-align: right; padding: 0 50px 0 0; }

@media (max-width: 1199px) { .slick-nav { padding: 0 80px; }
  .slick-nav:after { left: 80px; right: 80px; }
  .slick-nav .item { font-size: 20px; }
  .slick-nav .slick-current .item { font-size: 45px; }
  .slick-nav .slick-arrow { width: 50px; height: 50px; }
  .slick-history-for .item ul li .li-box { padding: 0 80px; font-size: 14px; } }
@media (max-width: 767px) { .slick-nav { height: 100px; line-height: 100px; padding: 0 50px; }
  .slick-nav:after { left: 50px; right: 50px; }
  .slick-nav .item { font-size: 14px; }
  .slick-nav .slick-current .item { font-size: 28px; }
  .slick-nav .slick-arrow { font-size: 16px; }
  .slick-history-for .item ul li { padding: 30px 0; }
  .slick-history-for .item ul li .li-box { padding: 0; font-size: 12px; }
  .slick-history-for .item ul li .li-box .li-date { font-size: 16px; padding: 0 20px 0 0; }
  .slick-history-for .item ul li .li-box .li-cont { padding: 0 0 0 20px; }
  .slick-history-for .item ul li:nth-child(2n) .li-box .li-date { padding: 0 0 0 20px; }
  .slick-history-for .item ul li:nth-child(2n) .li-box .li-cont { padding: 0 20px 0 0; } }
.slick-honor-for { width: 100%; }
.slick-honor-for .item { overflow: hidden; }
.slick-honor-for .item ul { overflow: hidden; margin: 0 -20px; }
.slick-honor-for .item ul li { width: 25%; float: left; padding: 20px; box-sizing: border-box; text-align: center; }
.slick-honor-for .item ul li a { padding: 6px; border: 1px solid #e4e4e4; background: #fff; display: block; }
.slick-honor-for .item ul li a .img { width: 100%; padding-top: 66.667%; height: auto; overflow: hidden; position: relative; }
.slick-honor-for .item ul li a .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.slick-honor-for .item ul li .tit { font-size: 15px; color: #666; margin-top: 20px; line-height: 25px; height: 50px; }

@media (max-width: 1439px) { .slick-honor-for .item ul { margin: 0 -10px; }
  .slick-honor-for .item ul li { padding: 10px; } }
@media (max-width: 1199px) { .slick-honor-for .item ul li { width: 33.33%; }
  .slick-honor-for .item ul li .tit { font-size: 14px; } }
@media (max-width: 991px) { .slick-honor-for .item ul li { width: 50%; } }
@media (max-width: 767px) { .slick-honor-for .item ul { margin: 0; }
  .slick-honor-for .item ul li { padding: 5px; }
  .slick-honor-for .item ul li .tit { margin-top: 10px; line-height: 20px; height: 40px; } }
.about-contact-box { font-size: 16px; color: #666; line-height: 25px; }
.about-contact-box .ewm { width: 30%; float: right; }
.about-contact-box .ewm .ewmimg { width: 120px; text-align: center; }
.about-contact-box .ewm .ewmimg img { width: 100%; }
.about-contact-box .ewm .ewmimg p { font-size: 14px; }
.about-contact-box .info { width: 70%; float: left; }
.about-contact-box .item { margin-bottom: 15px; padding-left: 40px; position: relative; }
.about-contact-box .item:before { font-family: 'iconfont' !important; font-size: 20px; font-style: normal; line-height: 1; position: absolute; top: 3px; left: 0; display: block; content: "\e63f"; color: #999; }
.about-contact-box .phone:before { content: "\e610"; }
.about-contact-box .mobile:before { content: "\e63a"; }
.about-contact-box .web:before { content: "\e6cb"; }
.about-contact-box .email:before { content: "\e63b"; }

@media (max-width: 991px) { .about-contact-box { font-size: 14px; }
  .about-contact-box .ewm { width: 20%; }
  .about-contact-box .info { width: 80%; }
  .about-contact-box .item { padding-left: 30px; }
  .about-contact-box .item:before { font-size: 18px; top: 4px; } }
@media (max-width: 767px) { .about-contact-box .ewm { width: 100%; float: none; }
  .about-contact-box .info { width: 100%; float: none; }
  .about-contact-box .item { padding-left: 30px; }
  .about-contact-box .item:before { font-size: 18px; top: 4px; } }
.about-contact-map { width: 100%; height: 500px; }

@media (max-width: 767px) { .about-contact-map { height: 300px; font-size: 12px; } }
.about-message { overflow: hidden; }
.about-message .about-message-tit { float: left; width: 30%; font-size: 15px; }
.about-message .about-message-tit .about-message-txt { color: #666; padding-right: 20%; }
.about-message .about-message-box { float: right; width: 70%; overflow: hidden; }
.about-message .about-message-box .list { width: 33.33%; padding: 10px; float: left; box-sizing: border-box; }
.about-message .about-message-box input { width: 100%; background: #fff; padding: 15px; border: 1px solid #ddd; border-radius: 6px; outline: none; box-sizing: border-box; }
.about-message .about-message-box .cont { width: 100%; padding: 10px; box-sizing: border-box; }
.about-message .about-message-box .cont textarea { width: 100%; height: 120px; padding: 15px; background: #fff; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; resize: none; outline: none; }
.about-message .about-message-box .btn { float: left; background: #fff; border: 1px solid #00846A; color: #00846A; padding: 15px 50px; margin: 0 10px; border-radius: 6px; box-sizing: border-box; outline: none; cursor: pointer; }
.about-message .about-message-box .btn:hover { box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1); }
.about-message .about-message-box .tijiao { background: #00846A; color: #fff; }

@media (max-width: 1199px) { .about-message .about-message-tit { font-size: 14px; } }
@media (max-width: 991px) { .about-message .about-message-box .list { padding: 5px; }
  .about-message .about-message-box .cont { padding: 5px; }
  .about-message .about-message-box .btn { margin: 0 5px; } }
@media (max-width: 767px) { .about-message .about-message-tit { width: 100%; }
  .about-message .about-message-tit .about-message-txt { padding-right: 0; }
  .about-message .about-message-box { width: 100%; margin-top: 20px; }
  .about-message .about-message-box .list { width: 100%; } }
.newslist-box { overflow: hidden; margin: 0 -20px; }
.newslist-box li { width: 33.33%; float: left; padding: 20px; box-sizing: border-box; }
.newslist-box li a { display: block; padding: 25px; background: #fff; transition: all .4s ease; }
.newslist-box li .img { width: 100%; padding-top: 66.667%; height: auto; overflow: hidden; position: relative; }
.newslist-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 2s; -webkit-transition: all 2s; }
.newslist-box li .tit { font-size: 18px; font-weight: bold; margin-top: 15px; }
.newslist-box li .txt { margin-top: 15px; color: #666; }
.newslist-box li .cont { margin-top: 15px; color: #999; overflow: hidden; }
.newslist-box li .cont .iconfont { margin-right: 5px; font-size: 16px; }
.newslist-box li a:hover { background: #00846A; }
.newslist-box li a:hover .img img { transform: scale(1.3); }
.newslist-box li a:hover .tit, .newslist-box li a:hover .txt, .newslist-box li a:hover .cont { color: #fff; }

@media (max-width: 1439px) { .newslist-box { margin: 0 -10px; }
  .newslist-box li { padding: 10px; }
  .newslist-box li a { padding: 15px; }
  .newslist-box li a .txt, .newslist-box li a .cont { margin-top: 10px; } }
@media (max-width: 991px) { .newslist-box li { width: 50%; } }
@media (max-width: 767px) { .newslist-box { margin: 0; }
  .newslist-box li { width: 100%; padding: 10px 0; }
  .newslist-box li a .tit { font-size: 16px; } }
.newspage { padding: 60px; background: #fff; }
.newspage .newspage-head { padding-bottom: 40px; border-bottom: 1px solid #eee; text-align: center; }
.newspage .newspage-head .newspage-tit { font-size: 32px; }
.newspage .newspage-head .newspage-date { color: #999; margin-top: 15px; }
.newspage .newspage-turn { text-align: center; font-size: 16px; }
.newspage .newspage-turn .newspage-return { display: inline-block; margin: 0 20px; padding: 0 30px; height: 38px; line-height: 38px; color: #00856A; border: 1px solid #ddd; border-radius: 38px; transition: all .4s ease; }
.newspage .newspage-turn .newspage-return:hover { border-color: #00846A; background: #00856A; color: #fff; }
.newspage .newspage-turn .newspage-into { display: inline-block; width: 38px; height: 38px; line-height: 38px; color: #00856A; border: 1px solid #ddd; border-radius: 50%; transition: all .4s ease; }
.newspage .newspage-turn .newspage-into:hover { border-color: #00846A; background: #00856A; color: #fff; }

@media (max-width: 991px) { .newspage { padding: 40px; }
  .newspage .newspage-head .newspage-tit { font-size: 28px; } }
@media (max-width: 767px) { .newspage { padding: 20px; }
  .newspage .newspage-head { padding-bottom: 30px; }
  .newspage .newspage-head .newspage-tit { font-size: 24px; }
  .newspage .newspage-head .newspage-date { margin-top: 10px; }
  .newspage .newspage-turn { font-size: 14px; } }
.join-vision .join-vision-con { width: 50%; float: left; padding-top: 60px; }
.join-vision .join-vision-con .join-vision-txt { padding-right: 20%; margin-top: 40px; font-size: 16px; }
.join-vision .join-vision-pic { width: 50%; float: right; font-size: 0; }
.join-vision .join-vision-pic img { width: 100%; }

@media (max-width: 1199px) { .join-vision .join-vision-con { padding-top: 50px; }
  .join-vision .join-vision-con .join-vision-txt { font-size: 14px; } }
@media (max-width: 991px) { .join-vision .join-vision-con { padding-top: 20px; }
  .join-vision .join-vision-con .join-vision-txt { margin-top: 20px; } }
@media (max-width: 767px) { .join-vision .join-vision-con { width: 100%; float: none; padding-top: 0; }
  .join-vision .join-vision-con .join-vision-txt { padding: 0; }
  .join-vision .join-vision-pic { width: 100%; float: none; margin-top: 15px; } }
.join-concept { width: 100%; position: relative; overflow: hidden; }
.join-concept .join-concept-pic { position: absolute; left: 0; top: 0; width: 68%; height: 600px; z-index: 1; background: url(/static/index/images/join-concept.jpg) center no-repeat; background-size: cover; }
.join-concept .join-concept-con { width: 50%; height: 600px; float: right; margin-top: 60px; background: #fff; padding: 80px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 3; }
.join-concept .join-concept-con ul { overflow: hidden; font-size: 16px; margin-top: 20px; }
.join-concept .join-concept-con ul li { padding-left: 20px; position: relative; color: #555; margin-top: 20px; }
.join-concept .join-concept-con ul li:before { position: absolute; width: 9px; height: 9px; border: 2px solid #00846A; box-sizing: border-box; border-radius: 50%; left: 0; top: 7px; content: ''; }

@media (max-width: 1439px) { .join-concept .join-concept-con { padding: 60px; }
  .join-concept .join-concept-con ul { font-size: 15px; margin-top: 10px; } }
@media (max-width: 1199px) { .join-concept .join-concept-con { padding: 40px; }
  .join-concept .join-concept-con ul { font-size: 14px; } }
@media (max-width: 991px) { .join-concept .join-concept-pic { position: relative; width: 100%; height: 400px; }
  .join-concept .join-concept-con { width: 100%; padding: 30px; height: auto; margin-top: 0; float: none; } }
@media (max-width: 767px) { .join-concept .join-concept-pic { position: relative; width: 100%; height: 250px; }
  .join-concept .join-concept-con { padding: 20px; } }
.join-communication .join-communication-con { overflow: hidden; }
.join-communication .join-communication-con .item { padding: 0 0 50px 60px; margin-top: 50px; border-bottom: 1px solid #ddd; overflow: hidden; position: relative; }
.join-communication .join-communication-con .item:before { position: absolute; left: 0; top: 0; width: 40px; height: 40px; background: url(/static/index/images/join-communication-1.png); background-size: 100%; content: ''; }
.join-communication .join-communication-con .item .tit { font-size: 22px; color: #00846A; line-height: 40px; }
.join-communication .join-communication-con .item .txt { font-size: 15px; margin-top: 10px; }
.join-communication .join-communication-con .item:last-child { border-bottom: none; }
.join-communication .join-communication-con .item-2:before { background: url(/static/index/images/join-communication-2.png); background-size: 100%; }
.join-communication .join-communication-con .item-2 .tit { color: #f18101; }
.join-communication .join-communication-pic { width: 600px; float: right; margin-left: 5%; margin-top: 70px; font-size: 0; }
.join-communication .join-communication-pic img { width: 100%; }

@media (max-width: 1439px) { .join-communication .join-communication-con .item { padding-bottom: 40px; margin-top: 40px; } }
@media (max-width: 1199px) { .join-communication .join-communication-con .item { padding-bottom: 20px; margin-top: 20px; }
  .join-communication .join-communication-con .item .txt { font-size: 14px; }
  .join-communication .join-communication-pic { width: 500px; margin-left: 4%; } }
@media (max-width: 991px) { .join-communication .join-communication-pic { width: 100%; margin: 0 0 15px 0; float: none; } }
@media (max-width: 767px) { .join-communication .join-communication-con .item { padding-left: 45px; }
  .join-communication .join-communication-con .item:before { width: 30px; height: 30px; }
  .join-communication .join-communication-con .item .tit { font-size: 18px; line-height: 30px; }
  .join-communication .join-communication-con .item .txt { font-size: 14px; } }
.join-mission { overflow: hidden; font-size: 15px; }
.join-mission .join-mission-con { float: left; width: 25%; height: 340px; padding: 30px; box-sizing: border-box; background: #00846A; color: #fff; position: relative; }
.join-mission .join-mission-con:after { position: absolute; left: 30px; bottom: 30px; font-family: 'iconfont' !important; font-size: 26px; line-height: 1; font-style: normal; content: "\eb94"; color: #fff; }
.join-mission .join-mission-con .join-mission-con-tit { font-size: 24px; line-height: 1; padding-left: 16px; border-left: 6px solid #fff; font-weight: bold; }
.join-mission .join-mission-con .join-mission-con-txt { margin-top: 40px; }
.join-mission .join-mission-con .join-mission-con-txt span { color: #fff000; }
.join-mission .join-mission-box { float: left; width: 75%; height: 340px; }
.join-mission .join-mission-box .join-mission-item { height: 100%; float: left; padding-left: 10px; box-sizing: border-box; }
.join-mission .join-mission-box .join-mission-item .cont { width: 100%; height: 100%; background: #fff; padding: 30px; box-sizing: border-box; }
.join-mission .join-mission-box .join-mission-item-1 { width: 33.33%; }
.join-mission .join-mission-box .join-mission-item-1 img { width: 50px; height: 50px; }
.join-mission .join-mission-box .join-mission-item-1 .intro { margin-top: 25px; overflow: hidden; }
.join-mission .join-mission-box .join-mission-item-1 .tit { font-size: 16px; font-weight: bold; }
.join-mission .join-mission-box .join-mission-item-1 .txt { color: #888; margin-top: 10px; }
.join-mission .join-mission-box .join-mission-item-2 { width: 50%; text-align: center; }
.join-mission .join-mission-box .join-mission-item-2 .img { width: 100%; height: 220px; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.join-mission .join-mission-box .join-mission-item-2 .img img { max-width: 100%; max-height: 100%; }
.join-mission .join-mission-box .join-mission-item-2 .tit { font-size: 16px; font-weight: bold; margin-top: 30px; }

@media (max-width: 1199px) { .join-mission { font-size: 14px; }
  .join-mission .join-mission-con { padding: 20px; }
  .join-mission .join-mission-con:after { left: 20px; bottom: 20px; }
  .join-mission .join-mission-con .join-mission-con-txt { margin-top: 30px; }
  .join-mission .join-mission-box .join-mission-item .cont { padding: 20px; }
  .join-mission .join-mission-box .join-mission-item-1 .intro { margin-top: 15px; } }
@media (max-width: 991px) { .join-mission .join-mission-con { float: none; width: 100%; height: auto; padding: 20px 20px 60px; }
  .join-mission .join-mission-box { float: none; width: 100%; height: auto; }
  .join-mission .join-mission-box .join-mission-item { padding-left: 0; margin-top: 10px; float: none; }
  .join-mission .join-mission-box .join-mission-item-1 { width: 100%; }
  .join-mission .join-mission-box .join-mission-item-1 img { float: left; margin-right: 15px; }
  .join-mission .join-mission-box .join-mission-item-1 .intro { margin-top: 0; }
  .join-mission .join-mission-box .join-mission-item-2 { width: 100%; } }
@media (max-width: 767px) { .join-mission .join-mission-con .join-mission-con-tit { font-size: 20px; border-left: 4px solid #fff; }
  .join-mission .join-mission-con .join-mission-con-txt { margin-top: 20px; }
  .join-mission .join-mission-box .join-mission-item-1 img { width: 40px; height: 40px; }
  .join-mission .join-mission-box .join-mission-item-2 .img { height: auto; } }
.join-strategy-des { font-size: 16px; color: #555; }

.join-strategy-box { overflow: hidden; }
.join-strategy-box li { width: 18.2%; float: left; font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-left: -2%; }
.join-strategy-box li .item { width: 100%; padding-top: 100%; height: auto; overflow: hidden; position: relative; }
.join-strategy-box li .item .cont { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #3b8ac5; border-radius: 50%; border: 10px solid #f8f8f8; box-sizing: border-box; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.join-strategy-box li:first-child { margin-left: 0; }
.join-strategy-box li:nth-child(2) .item .cont { background: #6eb6a3; }
.join-strategy-box li:nth-child(3) .item .cont { background: #e2c252; }
.join-strategy-box li:nth-child(4) .item .cont { background: #accb70; }
.join-strategy-box li:nth-child(5) .item .cont { background: #76c9d9; }
.join-strategy-box li:nth-child(6) .item .cont { background: #5eb677; }

@media (max-width: 1199px) { .join-strategy-box li { font-size: 24px; }
  .join-strategy-box li .item .cont { border: 8px solid #f8f8f8; } }
@media (max-width: 991px) { .join-strategy-box li { font-size: 20px; }
  .join-strategy-box li .item .cont { border: 6px solid #f8f8f8; } }
@media (max-width: 767px) { .join-strategy-des { font-size: 14px; }
  .join-strategy-box li { width: 33.33%; margin-left: 0; }
  .join-strategy-box li .item .cont { border: 5px solid #f8f8f8; } }
.join-team { overflow: hidden; }
.join-team .join-team-pic { width: 50%; float: left; }
.join-team .join-team-pic .img { width: 100%; padding-top: 58.33%; height: auto; overflow: hidden; position: relative; }
.join-team .join-team-pic .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.join-team .join-team-box { width: 50%; float: right; font-size: 16px; padding: 60px 0 0 80px; box-sizing: border-box; }
.join-team .join-team-box .txt { color: #666; margin-top: 40px; }

.join-train .join-team-pic { float: right; }
.join-train .join-team-box { float: left; padding: 60px 80px 0 0; }

@media (max-width: 1439px) { .join-team .join-team-box { font-size: 14px; padding: 40px 0 0 40px; }
  .join-train .join-team-box { padding: 40px 40px 0 0; } }
@media (max-width: 1199px) { .join-team .join-team-box { padding: 30px 0 0 30px; }
  .join-team .join-team-box .txt { margin-top: 20px; }
  .join-train .join-team-box { padding: 30px 30px 0 0; } }
@media (max-width: 991px) { .join-team .join-team-pic { width: 100%; float: none; }
  .join-team .join-team-box { width: 100%; float: none; padding: 20px 0; } }
.rd-innovation { background: #fff; padding: 3%; box-sizing: border-box; }
.rd-innovation .rd-innovation-img { width: 48%; margin-right: 4%; float: left; font-size: 0; }
.rd-innovation .rd-innovation-img img { width: 100%; }
.rd-innovation .rd-innovation-con { overflow: hidden; }
.rd-innovation .rd-innovation-con ul { overflow: hidden; font-size: 15px; margin-top: 20px; }
.rd-innovation .rd-innovation-con ul li { padding-left: 20px; position: relative; margin-top: 20px; }
.rd-innovation .rd-innovation-con ul li:before { position: absolute; width: 9px; height: 9px; border: 2px solid #00846A; box-sizing: border-box; border-radius: 50%; left: 0; top: 7px; content: ''; }

@media (max-width: 1439px) { .rd-innovation .rd-innovation-con ul { font-size: 14px; margin-top: 10px; } }
@media (max-width: 1199px) { .rd-innovation .rd-innovation-con ul li { margin-top: 10px; } }
@media (max-width: 991px) { .rd-innovation .rd-innovation-img { width: 100%; margin: 0 0 15px 0; float: none; } }
.rd-achievement { overflow: hidden; }
.rd-achievement .rd-achievement-con { width: 65%; float: left; }
.rd-achievement .rd-achievement-con .rd-achievement-tit { font-size: 24px; line-height: 1; padding-left: 16px; border-left: 6px solid #00856a; font-weight: bold; }
.rd-achievement .rd-achievement-con .pub-content { margin-top: 40px; }
.rd-achievement .rd-achievement-con .rd-achievement-num { overflow: hidden; margin-top: 40px; margin-left: -5%; }
.rd-achievement .rd-achievement-con .rd-achievement-num li { width: 20%; float: left; padding-left: 5%; color: #555; font-size: 16px; box-sizing: border-box; position: relative; }
.rd-achievement .rd-achievement-con .rd-achievement-num li:before { position: absolute; left: 0; bottom: 14px; width: 1px; height: 35px; background: #ddd; content: ''; }
.rd-achievement .rd-achievement-con .rd-achievement-num li .big { font-size: 34px; color: #00856a; font-weight: bold; }
.rd-achievement .rd-achievement-img { width: 30%; float: right; font-size: 0; padding: 10px; box-sizing: border-box; }
.rd-achievement .rd-achievement-img img { width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media (max-width: 1439px) { .rd-achievement .rd-achievement-con .pub-content { font-size: 14px; }
  .rd-achievement .rd-achievement-con .rd-achievement-num li .big { font-size: 30px; } }
@media (max-width: 1199px) { .rd-achievement .rd-achievement-con .pub-content { margin-top: 20px; }
  .rd-achievement .rd-achievement-con .rd-achievement-num { margin-top: 20px; }
  .rd-achievement .rd-achievement-con .rd-achievement-num li .big { font-size: 24px; } }
@media (max-width: 991px) { .rd-achievement .rd-achievement-con { width: 100%; float: none; }
  .rd-achievement .rd-achievement-con .rd-achievement-tit { font-size: 20px; }
  .rd-achievement .rd-achievement-img { width: 100%; float: none; margin-top: 10px; } }
@media (max-width: 767px) { .rd-achievement .rd-achievement-con .rd-achievement-num { margin-left: -3%; }
  .rd-achievement .rd-achievement-con .rd-achievement-num li { font-size: 12px; padding-left: 3%; }
  .rd-achievement .rd-achievement-con .rd-achievement-num li:before { bottom: 8px; }
  .rd-achievement .rd-achievement-con .rd-achievement-num li .big { font-size: 20px; } }
.rd-pipeline { width: 100%; overflow-y: hidden; overflow-x: auto; padding-bottom: 10px; }

.rd-pipeline-box { min-width: 900px; }
.rd-pipeline-box .row { text-align: center; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.rd-pipeline-box .row-out { border: 1px solid #ddd; background: #f3fdfb; cursor: pointer; }
.rd-pipeline-box .row-in { border-bottom: 1px solid #ddd; }
.rd-pipeline-box .row-in:last-child { border-bottom: 0; }
.rd-pipeline-box .pipeline-tit { color: #fff; background: #00856a; font-weight: bold; }
.rd-pipeline-box .pipeline-tit .item { border-right: 1px solid #fff; padding: 15px 0; }
.rd-pipeline-box .item { border-right: 1px solid #ddd; padding: 20px 10px; box-sizing: border-box; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.rd-pipeline-box .item:last-child { border-right: none; }
.rd-pipeline-box .item .progress { width: 100%; height: 22px; border-radius: 22px; background: #e4e4e4; }
.rd-pipeline-box .item .progress .progress-rate { height: 100%; background: linear-gradient(90deg, #23b085, #f8c501); border-radius: 22px; position: relative; }
.rd-pipeline-box .item .progress .progress-rate:after { position: absolute; width: 12px; height: 12px; right: 5px; top: 5px; border-radius: 50%; background: #fff; content: ''; }
.rd-pipeline-box .row-intro { border: 1px solid #ddd; background: #eff9f7; border-top: none; padding: 30px; box-sizing: border-box; display: none; }
.rd-pipeline-box .row-intro .more { color: #00856A; }
.rd-pipeline-box .row-intro .more:hover { text-decoration: underline; }
.rd-pipeline-box .item-on { font-weight: bold; }
.rd-pipeline-box .item-on .iconfont { margin-right: 8px; color: #666; }
.rd-pipeline-box .row-current { background: #eff9f7; }
.rd-pipeline-box .row-current .item-on .iconfont { transform: rotate(180deg); }

@media (max-width: 991px) { .rd-pipeline-box { font-size: 12px; } }
.rd-science { width: 100%; }
.rd-science .rd-science-item { margin-bottom: 20px; }
.rd-science .rd-science-head { background: #eff9f7; border: 1px solid #ddd; padding: 20px 30px; font-size: 18px; font-weight: bold; cursor: pointer; }
.rd-science .rd-science-head .iconfont { float: right; color: #666; font-size: 14px; }
.rd-science .rd-science-current .iconfont { transform: rotate(180deg); }
.rd-science .rd-science-con { background: #fff; border: 1px solid #ddd; border-top: none; padding: 0 30px; }
.rd-science .rd-science-con .rd-science-conli { padding: 20px 0; border-bottom: 1px solid #ddd; }
.rd-science .rd-science-con .rd-science-conli .rd-science-tit { color: #00856a; font-size: 18px; font-weight: bold; }
.rd-science .rd-science-con .rd-science-conli .more { color: #00856a; }
.rd-science .rd-science-con .rd-science-conli .more:hover { text-decoration: underline; }
.rd-science .rd-science-con .rd-science-conli:last-child { border-bottom: none; }

@media (max-width: 991px) { .rd-science { font-size: 12px; }
  .rd-science .rd-science-item { margin-bottom: 10px; }
  .rd-science .rd-science-head { font-size: 15px; padding: 20px; }
  .rd-science .rd-science-con { padding: 0 20px; }
  .rd-science .rd-science-con .rd-science-conli .rd-science-tit { font-size: 15px; } }
.rd-trial { min-width: 900px; }
.rd-trial table { border-collapse: collapse; line-height: 1.5; letter-spacing: 0; border: 1px solid #ddd; }
.rd-trial table tr { border-bottom: 1px solid #ddd; background: #fff; }
.rd-trial table tr:nth-child(2n) { background: #f3fdfb; }
.rd-trial table th { color: #fff; font-weight: bold; text-align: center; padding: 15px; background: #00856A; border-right: 1px solid #fff; box-sizing: border-box; }
.rd-trial table th:last-child { border-right: none; }
.rd-trial table td { padding: 15px; box-sizing: border-box; }
.rd-trial table td a { color: #00856a; }
.rd-trial table td a:hover { text-decoration: underline; }
.rd-trial table td ul li { padding-left: 20px; margin-bottom: 5px; position: relative; }
.rd-trial table td ul li:before { position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: #333; content: ''; }

@media (max-width: 991px) { .rd-trial { font-size: 12px; }
  .rd-trial table td, .rd-trial table th { padding: 10px; }
  .rd-trial table td ul li:before { width: 4px; height: 4px; top: 7px; } }
.rd-platform { padding: 20px; background: #fff; }
.rd-platform .rd-platform-item { width: 100%; overflow: hidden; padding: 20px 0; }
.rd-platform .rd-platform-item .item-img { float: left; width: 50%; padding: 0 20px; font-size: 0; overflow: hidden; box-sizing: border-box; }
.rd-platform .rd-platform-item .item-img img { width: 100%; }
.rd-platform .rd-platform-item .item-con { float: right; width: 50%; padding: 0 20px; box-sizing: border-box; }
.rd-platform .rd-platform-item .item-con .tit-ch { font-size: 22px; font-weight: bold; margin-top: 20px; display: inline-block; position: relative; }
.rd-platform .rd-platform-item .item-con .tit-ch:before { position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: rgba(0, 133, 106, 0.15); content: ''; z-index: 1; }
.rd-platform .rd-platform-item .item-con ul { min-height: 180px; }
.rd-platform .rd-platform-item .item-con ul li { padding-left: 20px; color: #555; position: relative; margin-bottom: 15px; }
.rd-platform .rd-platform-item .item-con ul li:before { position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: #00856a; content: ''; }
.rd-platform .rd-platform-item .item-con .more { background: #00856a; margin-top: 20px; padding: 10px 30px; border-radius: 5px; color: #fff; display: inline-block; }
.rd-platform .rd-platform-item:nth-child(2n) .item-img { float: right; }
.rd-platform .rd-platform-item:nth-child(2n) .item-con { float: left; }

@media (max-width: 1439px) { .rd-platform .rd-platform-item .item-con .tit-ch { margin-top: 0; }
  .rd-platform .rd-platform-item .item-con .more { margin-top: 0; } }
@media (max-width: 1199px) { .rd-platform .rd-platform-item .item-con ul { min-height: auto; } }
@media (max-width: 991px) { .rd-platform .rd-platform-item .item-img { width: 100%; float: none; }
  .rd-platform .rd-platform-item .item-con { width: 100%; float: none; }
  .rd-platform .rd-platform-item .item-con .tit-ch { font-size: 18px; margin-top: 20px; } }
@media (max-width: 767px) { .rd-platform { padding: 0; } }
.rd-partner { width: 100%; overflow: hidden; }
.rd-partner ul { margin: 0 -15px; }
.rd-partner ul li { width: 25%; float: left; padding: 15px; box-sizing: border-box; }
.rd-partner ul li .item { width: 100%; height: 280px; background: #fff; border-radius: 5px; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; cursor: pointer; }
.rd-partner ul li .item .cont { padding: 20px; text-align: center; width: 100%; box-sizing: border-box; }
.rd-partner ul li .item .cont img { width: 70%; max-width: 170px; }
.rd-partner ul li .item .cont .txt { color: #666; margin-top: 20px; line-height: 22px; max-height: 132px; overflow: hidden; text-align: left; display: none; }
.rd-partner ul li .item:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.rd-partner ul li .item:hover .cont .txt { display: block; }

@media (max-width: 1199px) { .rd-partner ul li { font-size: 13px; } }
@media (max-width: 991px) { .rd-partner ul li { width: 50%; } }
@media (max-width: 767px) { .rd-partner ul { margin: 0 -5px; }
  .rd-partner ul li { padding: 5px; font-size: 12px; }
  .rd-partner ul li .item { height: 240px; }
  .rd-partner ul li .item .cont { padding: 10px; }
  .rd-partner ul li .item .cont .txt { line-height: 20px; max-height: 120px; } }
.rd-cooperate { width: 100%; padding: 150px 0; color: #fff; text-align: center; background: url(/static/index/images/rd-cooperate-bg.jpg) no-repeat center; background-size: cover; }
.rd-cooperate .txt1 { font-size: 42px; font-weight: bold; }
.rd-cooperate .txt2 { font-size: 24px; margin-top: 30px; }
.rd-cooperate .more { margin-top: 100px; font-size: 16px; color: #fff; display: inline-block; padding: 10px 30px; border-radius: 5px; background: #00856a; }

@media (max-width: 1199px) { .rd-cooperate { padding: 120px 0; }
  .rd-cooperate .txt1 { font-size: 36px; }
  .rd-cooperate .txt2 { font-size: 18px; }
  .rd-cooperate .more { margin-top: 80px; font-size: 14px; } }
@media (max-width: 767px) { .rd-cooperate { padding: 60px 0; }
  .rd-cooperate .txt1 { font-size: 28px; }
  .rd-cooperate .txt2 { font-size: 16px; margin-top: 20px; }
  .rd-cooperate .more { margin-top: 30px; } }
.investor-stock { padding: 50px; background: url(/static/index/images/investor-stock.jpg) no-repeat center; background-size: cover; }
.investor-stock .info { max-width: 750px; padding: 30px; background-color: rgba(255, 255, 255, 0.95); box-sizing: border-box; }
.investor-stock .info .title-investor { position: relative; border-bottom: 1px solid #d1d1d1; padding-bottom: 20px; font-size: 34px; }
.investor-stock .info .title-investor .number { float: right; color: #0065b9; }
.investor-stock .info .xinvestor-asider { margin-top: 30px; }
.investor-stock .info .xinvestor-asider .t4 { font-size: 110px; font-weight: bold; line-height: 1; display: inline-block; color: #e70000; }
.investor-stock .info .xinvestor-asider .t4 span { font-size: 44px; font-weight: normal; }
.investor-stock .info .xinvestor-asider .t5 { font-size: 20px; display: inline-block; float: right; overflow: hidden; margin-top: 40px; color: #e70000; }
.investor-stock .info .xinvestor-asider .t5 img { display: inline-block; margin-top: 10px; margin-right: 10px; vertical-align: middle; }
.investor-stock .info .xinvestor-asider .t5 span { display: inline-block; vertical-align: middle; }
.investor-stock .info .xinvestor-asider .t5 span b { font-weight: normal; display: block; }
.investor-stock .info .xinvestor-asider > ul { clear: both; overflow: hidden; margin-top: 20px; }
.investor-stock .info .xinvestor-asider > ul > li { float: left; width: 25%; margin-top: 20px; }
.investor-stock .info .xinvestor-asider > ul > li p { font-size: 26px; line-height: 1.30769231; margin: 0; }
.investor-stock .info .xinvestor-asider > ul > li span { font-size: 18px; line-height: 30px; display: block; color: #666; }
.investor-stock .info .xinvestor-asider .t6 { font-size: 16px; line-height: 30px; margin: 20px 0 0 0; color: #666; }

@media (max-width: 991px) { .investor-stock { padding: 10px; }
  .investor-stock .info { max-width: 100%; padding: 20px 10px; }
  .investor-stock .info .title-investor { font-size: 20px; }
  .investor-stock .info .xinvestor-asider { margin-top: 20px; }
  .investor-stock .info .xinvestor-asider .t4 { font-size: 40px; }
  .investor-stock .info .xinvestor-asider .t4 span { font-size: 20px; }
  .investor-stock .info .xinvestor-asider .t5 { font-size: 14px; margin-top: 0; }
  .investor-stock .info .xinvestor-asider .t5 img { width: 12px; }
  .investor-stock .info .xinvestor-asider > ul > li p { font-size: 22px; }
  .investor-stock .info .xinvestor-asider > ul > li span { font-size: 16px; } }
@media (max-width: 767px) { .investor-stock .info .xinvestor-asider > ul > li { width: 50%; } }
.investor-basic { padding: 3%; background: #fff; }
.investor-basic .investor-basic-tit { font-size: 24px; color: #00856a; font-weight: bold; }
.investor-basic .investor-basic-box { border-top: 1px solid #ddd; border-left: 1px solid #ddd; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.investor-basic .investor-basic-box .item { float: left; line-height: 1.5; padding: 10px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box; }
.investor-basic .investor-basic-box .item1 { width: 15%; font-weight: bold; }
.investor-basic .investor-basic-box .item2 { width: 35%; }

@media (max-width: 991px) { .investor-basic .investor-basic-tit { font-size: 20px; }
  .investor-basic .investor-basic-box { font-size: 12px; }
  .investor-basic .investor-basic-box .item1 { width: 30%; }
  .investor-basic .investor-basic-box .item2 { width: 70%; } }
.investor-news { width: 100%; }
.investor-news table { border-collapse: collapse; line-height: 1.5; border: 1px solid #ddd; }
.investor-news table tr { border-bottom: 1px solid #ddd; background: #fff; }
.investor-news table tr:nth-child(2n) { background: #f9f9f9; }
.investor-news table th { font-weight: bold; padding: 10px; border-right: 1px solid #ddd; box-sizing: border-box; }
.investor-news table th.width1 { min-width: 88px; }
.investor-news table th.width2 { min-width: 50px; }
.investor-news table td { padding: 10px; border-right: 1px solid #ddd; box-sizing: border-box; color: #666; }
.investor-news table td a { color: #00856a; }
.investor-news table td a:hover { text-decoration: underline; }

@media (max-width: 991px) { .investor-news { font-size: 12px; } }
.investor-hotline { width: 100%; position: relative; overflow: hidden; }
.investor-hotline .investor-hotline-pic { position: absolute; left: 0; top: 0; width: 75%; height: 560px; z-index: 1; background: url(/static/index/images/investor-hotline.jpg) center no-repeat; background-size: cover; }
.investor-hotline .investor-hotline-con { width: 460px; height: 560px; float: right; margin: 80px 10px 10px 0; background: #fff; padding: 60px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 3; }
.investor-hotline .investor-hotline-con .hotline-tit { font-size: 24px; color: #00856a; font-weight: bold; padding-bottom: 45px; position: relative; }
.investor-hotline .investor-hotline-con .hotline-tit:after { position: absolute; left: 0; bottom: 0; width: 30px; height: 4px; background: #f18101; content: ''; }
.investor-hotline .investor-hotline-con .hotline-box { font-size: 16px; color: #555; margin-top: 40px; line-height: 25px; }
.investor-hotline .investor-hotline-con .hotline-box .item { margin-bottom: 15px; padding-left: 40px; position: relative; }
.investor-hotline .investor-hotline-con .hotline-box .item:before { font-family: 'iconfont' !important; font-size: 20px; font-style: normal; line-height: 1; position: absolute; top: 3px; left: 0; display: block; content: "\e629"; color: #666; }
.investor-hotline .investor-hotline-con .hotline-box .item .hidden { overflow: hidden; }
.investor-hotline .investor-hotline-con .hotline-box .fax:before { content: "\e643"; }
.investor-hotline .investor-hotline-con .hotline-box .email:before { content: "\e612"; }
.investor-hotline .investor-hotline-con .hotline-box .wechat:before { content: "\e7e5"; }

@media (max-width: 1199px) { .investor-hotline .investor-hotline-pic { height: 400px; }
  .investor-hotline .investor-hotline-con { width: 420px; padding: 40px; height: 400px; }
  .investor-hotline .investor-hotline-con .hotline-tit { font-size: 20px; padding-bottom: 25px; }
  .investor-hotline .investor-hotline-con .hotline-box { font-size: 14px; margin-top: 25px; } }
@media (max-width: 991px) { .investor-hotline .investor-hotline-pic { position: relative; width: 100%; }
  .investor-hotline .investor-hotline-con { width: 100%; padding: 30px; height: auto; margin: 0; float: none; } }
@media (max-width: 767px) { .investor-hotline .investor-hotline-pic { height: 250px; }
  .investor-hotline .investor-hotline-con { padding: 20px; } }
.product { overflow: hidden; padding: 50px 0 80px; }
.product .product-type { width: 280px; padding: 20px 40px; background: #fff; float: left; margin-right: 40px; box-sizing: border-box; }
.product .product-type .product-type-tit { font-size: 22px; font-weight: bold; }
.product .product-type ul { margin-top: 10px; }
.product .product-type ul li { height: 50px; line-height: 50px; border-bottom: 1px solid #eee; position: relative; }
.product .product-type ul li:before { position: absolute; color: #00856A; font-size: 12px; font-family: 'iconfont'; content: '\e626'; right: 0; top: 0; }
.product .product-type ul li:after { position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: #00856A; content: ''; transition: all .4s ease; }
.product .product-type ul li a { color: #555; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.product .product-type ul li:hover:after, .product .product-type ul li.active:after { width: 100%; }
.product .product-type ul li:hover a, .product .product-type ul li.active a { color: #00856A; font-weight: bold; }
.product .product-box { overflow: hidden; }
.product .product-box .product-box-head { height: 80px; line-height: 80px; overflow: hidden; }
.product .product-box .product-box-head .product-box-tit { font-size: 22px; }
.product .product-box .product-box-head .product-box-add { float: right; color: #666; }
.product .product-box .product-box-head .product-box-add a { color: #666; }
.product .product-box .product-box-head .product-box-add a:hover { color: #00856A; }
.product .product-box .product-box-head .product-box-add span { padding: 0 5px; }
.product .product-box .product-box-con { overflow: hidden; }
.product .product-box .product-box-con li { padding: 30px; width: 100%; margin-bottom: 30px; background: #fff; box-sizing: border-box; overflow: hidden; }
.product .product-box .product-box-con li .pic { width: 40%; float: left; margin-right: 30px; }
.product .product-box .product-box-con li .pic .img { width: 100%; padding-top: 66.67%; height: auto; overflow: hidden; position: relative; display: block; border-radius: 5px; }
.product .product-box .product-box-con li .pic .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .4s ease; }
.product .product-box .product-box-con li .cont { overflow: hidden; padding-top: 10px; }
.product .product-box .product-box-con li .cont .tit { font-size: 18px; display: block; font-weight: bold; }
.product .product-box .product-box-con li .cont .txt { margin-top: 20px; color: #666; line-height: 21px; height: 63px; overflow: hidden; }
.product .product-box .product-box-con li .cont .more { color: #00856A; margin-top: 30px; display: block; }
.product .product-box .product-box-con li .cont .more:hover { text-decoration: underline; }
.product .product-box .product-box-con li:hover .pic .img img { transform: scale(1.1); }

@media (max-width: 1199px) { .product .product-box .product-box-con { font-size: 12px; }
  .product .product-box .product-box-con li { padding: 20px; margin-bottom: 20px; }
  .product .product-box .product-box-con li .pic { width: 240px; }
  .product .product-box .product-box-con li .cont { padding-top: 0; }
  .product .product-box .product-box-con li .cont .tit { font-size: 16px; }
  .product .product-box .product-box-con li .cont .txt { margin-top: 10px; }
  .product .product-box .product-box-con li .cont .more { margin-top: 10px; } }
@media (max-width: 991px) { .product { padding: 30px 0 60px; }
  .product .product-type { width: 100%; padding: 10px 0; float: none; margin: 0; background: none; }
  .product .product-type .product-type-tit { display: none; }
  .product .product-type ul { margin: 0; }
  .product .product-type ul li { height: 20px; line-height: 20px; border-bottom: none; display: inline-block; margin: 5px 15px 5px 0; }
  .product .product-type ul li:before, .product .product-type ul li:after { content: none; }
  .product .product-box { width: 100%; }
  .product .product-box .product-box-head { height: 60px; line-height: 60px; }
  .product .product-box .product-box-head .product-box-tit { font-size: 18px; }
  .product .product-box .product-box-head .product-box-add { font-size: 12px; } }
@media (max-width: 767px) { .product { padding: 20px 0 40px; }
  .product .product-type ul li { font-size: 12px; margin: 0 15px 0 0; }
  .product .product-box .product-box-con li { padding: 15px; margin-bottom: 15px; }
  .product .product-box .product-box-con li .pic { width: 100%; float: none; margin: 0; }
  .product .product-box .product-box-con li .cont { padding-top: 10px; }
  .product .product-box .product-box-con li .cont .tit { font-size: 16px; }
  .product .product-box .product-box-con li .cont .txt { margin-top: 10px; }
  .product .product-box .product-box-con li .cont .more { margin-top: 10px; } }
.product-popup { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9991; display: none; }
.product-popup .product-close { position: absolute; right: 20px; top: 10px; font-size: 30px; color: #fff; cursor: pointer; z-index: 9999; }
.product-popup .popup-box-bg { width: 100%; height: 100%; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.product-popup .popup-box { width: 90%; max-width: 800px; height: 100%; background: #fff; overflow-y: auto; padding: 40px; box-sizing: border-box; z-index: 9998; }
.product-popup .popup-box .popup-box-tit { font-size: 28px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.product-popup .popup-box .popup-box-txt { margin-top: 30px; color: #666; }
.product-popup .popup-box .popup-box-tel { text-align: center; margin-top: 20px; font-weight: bold; }
.product-popup .popup-box .popup-box-more { display: block; width: 150px; height: 40px; line-height: 40px; margin: 20px auto 0; text-align: center; border: 1px solid #00856A; color: #00856A; transition: all .4s ease; }
.product-popup .popup-box .popup-box-more:hover { background: #00856A; color: #fff; }

@media (max-width: 991px) { .product-popup .popup-box { font-size: 12px; height: auto; max-height: 80%; min-height: 50%; padding: 20px; }
  .product-popup .popup-box .popup-box-tit { font-size: 18px; padding-bottom: 10px; }
  .product-popup .popup-box .popup-box-txt { margin-top: 20px; } }
.floatbox { position: fixed; right: 2%; bottom: 50px; z-index: 9990; display: none; }
.floatbox a { display: block; width: 42px; height: 42px; line-height: 42px; font-size: 18px; text-align: center; color: #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.4); }
.floatbox a:hover { background: #00856A; }

@media (max-width: 767px) { .floatbox a { width: 35px; height: 35px; line-height: 35px; font-size: 16px; }
  .floatbox a:hover { background: rgba(0, 0, 0, 0.4); } }
.addcont { background: #fff; padding: 40px; box-sizing: border-box; }
.addcont .addcont-head { font-size: 28px; font-weight: bold; text-align: center; }
.addcont .addcont-head-en { font-size: 20px; text-align: center; color: #666; }

.alert .alert-tit { font-size: 22px; font-weight: bold; }
.alert .alert-form { padding: 30px 0; border-bottom: 1px solid #ddd; }
.alert .alert-form li { margin: 10px 0; display: flex; justify-content: flex-start; align-items: center; }
.alert .alert-form li .fieldname { width: 200px; max-width: 25%; margin-right: 30px; text-align: right; float: left; }
.alert .alert-form li .fieldname span { color: red; font-size: 12px; }
.alert .alert-form li .fieldcont { width: 500px; max-width: 70%; float: left; position: relative; }
.alert .alert-form li .fieldcont .txt { position: absolute; right: 12px; text-align: right; top: 0; line-height: 40px; }
.alert .alert-form:nth-last-child(2) { border-bottom: none; }
.alert .btn { width: 500px; max-width: 70%; height: 40px; line-height: 40px; background: #00856A; color: #fff; border: none; border-radius: 4px; margin-left: 230px; }

@media (max-width: 991px) { .addcont-ban { padding-top: 60px; }
  .addcont { font-size: 12px; padding: 40px 15px; }
  .addcont .addcont-head { font-size: 20px; }
  .addcont .addcont-head-en { font-size: 14px; }
  .alert .alert-tit { font-size: 16px; }
  .alert .alert-form li .fieldname { margin-right: 5%; }
  .alert .alert-form li .fieldcont .form-control { font-size: 12px; }
  .alert .btn { margin-left: 30%; } }
.sitemap { overflow: hidden; }
.sitemap .sitemap-nav1 > li { position: relative; width: 100%; margin-top: 20px; padding: 20px 0; border-bottom: 1px solid #ddd; }
.sitemap .sitemap-nav1 > li > a { display: block; font-size: 24px; font-weight: bold; padding-left: 20px; border-left: 4px solid #333; line-height: 1; }
.sitemap .sitemap-nav1 > li > a:hover { color: #00856A; border-left: 4px solid #00856A; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 { margin-top: 20px; font-size: 16px; overflow: hidden; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li { float: left; margin-right: 40px; margin-top: 10px; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li > a:hover { color: #00856A; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 { display: inline-block; font-size: 14px; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li { display: inline-block; margin-left: 10px; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li > a { color: #999; }
.sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li > a:hover { color: #00856A; }

@media (max-width: 991px) { .sitemap .sitemap-nav1 > li > a { font-size: 20px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 { font-size: 14px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 > li { margin-right: 20px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 { font-size: 12px; } }
.e-commerce .e-commerce-row { width: 100%; max-width: 1000px; margin: 0 auto; border: 1px solid #ddd; border-bottom: none; box-sizing: border-box; text-align: center; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.e-commerce .e-commerce-row:last-child { border-bottom: 1px solid #ddd; }
.e-commerce .rowin { border-bottom: 1px solid #ddd; }
.e-commerce .rowin:last-child { border-bottom: none; }
.e-commerce .item { padding: 20px 10px; box-sizing: border-box; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.e-commerce .border-right { border-right: 1px solid #ddd; }
.e-commerce .drug { font-size: 24px; font-weight: bold; }
.e-commerce .ashop { display: block; border: 2px solid #D12823; background: #D12823; }
.e-commerce .ashop .ashop-img { width: 120px; font-size: 0; }
.e-commerce .ashop .ashop-img img { width: 100%; }
.e-commerce .ashop .ashop-name { color: #fff; font-size: 22px; font-weight: bold; }

@media (max-width: 991px) { .e-commerce .drug { font-size: 18px; }
  .e-commerce .ashop .ashop-img { width: 100px; }
  .e-commerce .ashop .ashop-name { font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
<!--0.00021481513977051-->